Skip to content
Snippets Groups Projects
Commit 8aefd4dc authored by Christian Bager Bach Houmann's avatar Christian Bager Bach Houmann
Browse files

fix: force release

parent c807c619
No related branches found
Tags 2.0.3
No related merge requests found
...@@ -247,8 +247,7 @@ export default class PodNotes extends Plugin implements IPodNotes { ...@@ -247,8 +247,7 @@ export default class PodNotes extends Plugin implements IPodNotes {
}) })
} }
// A bug occurs where the episode won't play if it has been played. // Fixes where the episode won't play if it has been played.
// This fixes that.
if (get(playedEpisodes)[file.basename]?.finished) { if (get(playedEpisodes)[file.basename]?.finished) {
playedEpisodes.markAsUnplayed(localEpisode); playedEpisodes.markAsUnplayed(localEpisode);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment