mirror of
https://github.com/Apologieze/Benri.git
synced 2026-01-18 17:17:21 +01:00
Update morePlayPopup timing
This commit is contained in:
2
TODO.md
2
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 |
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user