mirror of
https://github.com/yuliskov/SmartTube.git
synced 2025-08-06 20:10:13 +08:00
improve restore last video on crash
This commit is contained in:
@ -143,7 +143,7 @@ public class VideoStateController extends BasePlayerController {
|
||||
@Override
|
||||
public void onMetadata(MediaItemMetadata metadata) {
|
||||
saveState(); // start watching?
|
||||
persistState(); // ???
|
||||
persistState(); // restore on crash???
|
||||
|
||||
// Channel info should be loaded at this point
|
||||
restoreSubtitleFormat();
|
||||
|
Reference in New Issue
Block a user