diff --git a/TODO.md b/TODO.md index b2efb5d..ac4e8d6 100644 --- a/TODO.md +++ b/TODO.md @@ -2,13 +2,13 @@ | Status | Priority | Task | |----------------|-----------|-------------------------------------------------------------------------------| -| 🚧 In Progress | 🔴 High | Add option to watch untracked last previous episode | | 🚧 In Progress | 🔴 High | Opening a new app check if already running instance | | 🚧 In Progress | 🔴 High | Fix "Last saved" message bug on first selected anime | | 📝 To do | 🟡 Medium | Make skipping option actually work | | 📝 To do | 🟡 Medium | Custom discord presence | | 📝 To do | 🟢 Low | Some anime like "Monster" can only get linked by searching for "Monster 2008" | | 🚧 In Progress | 🟡 Medium | | +| ✅ Done | 🔴 High | Add option to watch untracked last previous episode | | ✅ Done | 🟡 Medium | Packaging with correct icon and systray windows + linux | | ✅ Done | 🔴 High | Make the app work on windows and linux | diff --git a/src/curdIntegration.go b/src/curdIntegration.go index aa12b4a..e5ea734 100644 --- a/src/curdIntegration.go +++ b/src/curdIntegration.go @@ -220,7 +220,7 @@ func playingAnimeLoop(playingAnime curd.Anime, animeData *verniy.MediaList, savi log.Infof("Video duration: %d seconds", playingAnime.Ep.Duration) if !savingWatch { - playingAnime.Ep.Player.PlaybackTime = int(float64(playingAnime.Ep.Duration) * 0.70) + playingAnime.Ep.Player.PlaybackTime = int(float64(playingAnime.Ep.Duration) * 0.80) } if playingAnime.Ep.Player.PlaybackTime > 10 {