You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update playlist page to add remove duplicate videos button for user playlists (#5191)
* $ Remove duplicate line in a method setting a property to the same value
* * Update playlist page to add remove duplicate videos button for user playlists
* * Make remove watched videos button visible when any video watched
* * Use different icon
* * Show no. of items to be deleted on prompts
Copy file name to clipboardExpand all lines: static/locales/en-US.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -185,10 +185,12 @@ User Playlists:
185
185
Cancel: Cancel
186
186
Edit Playlist Info: Edit Playlist Info
187
187
Copy Playlist: Copy Playlist
188
+
Remove Duplicate Videos: Remove Duplicate Videos
188
189
Remove Watched Videos: Remove Watched Videos
189
190
Enable Quick Bookmark With This Playlist: Enable Quick Bookmark With This Playlist
190
191
Quick Bookmark Enabled: Quick Bookmark Enabled
191
-
Are you sure you want to remove all watched videos from this playlist? This cannot be undone: Are you sure you want to remove all watched videos from this playlist? This cannot be undone.
192
+
Are you sure you want to remove {playlistItemCount} duplicate videos from this playlist? This cannot be undone: Are you sure you want to remove 1 duplicate video from this playlist? This cannot be undone. | Are you sure you want to remove {playlistItemCount} duplicate videos from this playlist? This cannot be undone.
193
+
Are you sure you want to remove {playlistItemCount} watched videos from this playlist? This cannot be undone: Are you sure you want to remove 1 watched video from this playlist? This cannot be undone. | Are you sure you want to remove {playlistItemCount} watched videos from this playlist? This cannot be undone.
192
194
Delete Playlist: Delete Playlist
193
195
Cannot delete the quick bookmark target playlist.: Cannot delete the quick bookmark target playlist.
194
196
Are you sure you want to delete this playlist? This cannot be undone: Are you sure you want to delete this playlist? This cannot be undone.
0 commit comments