mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
fix(mpv): not starting from begining of episode
This commit is contained in:
@@ -136,6 +136,7 @@ class MpvPlayer(object):
|
||||
if not stream_link_:
|
||||
self.mpv_player.show_text("Quality not found")
|
||||
return
|
||||
self.mpv_player._set_property("start", "0")
|
||||
stream_link = stream_link_["link"]
|
||||
return stream_link
|
||||
|
||||
|
||||
Reference in New Issue
Block a user