mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-13 03:29:57 +00:00
Fixed issue 2163.
This commit is contained in:
parent
77bae98d77
commit
a49db10ade
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
_player.setIsReplay(true);
|
||||
|
||||
val searchVideo = StatePlayer.instance.getCurrentQueueItem();
|
||||
if (searchVideo is SerializedPlatformVideo?) {
|
||||
if (searchVideo is SerializedPlatformVideo? && Settings.instance.playback.deleteFromWatchLaterAuto) {
|
||||
searchVideo?.let { StatePlaylists.instance.removeFromWatchLater(it) };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue