Update morePlayPopup timing

This commit is contained in:
Apo
2025-03-15 23:39:58 -04:00
parent c1030457db
commit 3ed66aa063
2 changed files with 2 additions and 2 deletions

View File

@@ -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 |

View File

@@ -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 {