diff --git a/app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java b/app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java index 088615f9c..462bffb4e 100644 --- a/app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java +++ b/app/src/main/java/org/schabi/newpipe/local/playlist/LocalPlaylistFragment.java @@ -259,8 +259,8 @@ public class LocalPlaylistFragment extends BaseLocalListFragment playlist) -> { - //Playlist data + // Playlist data Iterator playlistIter = playlist.iterator(); - //History data + // History data HistoryRecordManager recordManager = new HistoryRecordManager(getContext()); Iterator historyIter = recordManager .getStreamHistorySortedById().blockingFirst().iterator(); Iterator streamStatesIter = null; - //Remove Watched, Functionality data + // Remove Watched, Functionality data List notWatchedItems = new ArrayList<>(); boolean thumbnailVideoRemoved = false; @@ -471,8 +471,8 @@ public class LocalPlaylistFragment extends BaseLocalListFragment \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 8671565f9..ae02b5797 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -603,7 +603,7 @@ System default Remove watched Remove watched videos? - "Videos that have been watched\nbefore and after being added to the playlist will be removed.\nAre you sure? This cannot be undone! + Videos that have been watched before and after being added to the playlist will be removed.\nAre you sure? This cannot be undone! Yes, and partially watched videos Due to ExoPlayer constraints the seek duration was set to %d seconds