Skip to content

Commit

Permalink
fix: force release
Browse files Browse the repository at this point in the history
  • Loading branch information
chhoumann committed Aug 24, 2022
1 parent c807c61 commit 8aefd4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.ts
Expand Up @@ -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.
// This fixes that.
// Fixes where the episode won't play if it has been played.
if (get(playedEpisodes)[file.basename]?.finished) {
playedEpisodes.markAsUnplayed(localEpisode);
}
Expand Down

0 comments on commit 8aefd4d

Please sign in to comment.