Skip to content

Commit

Permalink
fix old path for deleting episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
kguzek committed Dec 29, 2024
1 parent 0ce4036 commit 91618d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LiveSeries/DownloadsWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function DownloadsWidget({
setModalInfo(data.liveSeries.episodes.deleted(episodeString));
}
fetchResource(
`video/${episode.showName}/${episode.season}/${episode.episode}`,
`downloaded-episodes/${episode.showName}/${episode.season}/${episode.episode}`,
{ method: "DELETE", onSuccess, useEpisodate: false }
);
}
Expand Down

0 comments on commit 91618d5

Please sign in to comment.