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
* feat: bring up to date to fix merge issues
* feat: declare alreadyShownNotice property
* refactor: change VideoLength to VideoDuration
* refactor: update translations to also use duration
* refactor: update SORT_BY_VALUES to also use duration
* refactor: deduplicate repeated code into seperate function
* feat: if the duration is missing, try and grab it from the history cache
* fix: if the lengthSeconds is a string, treat it as zero (fix for RSS)
* refactor: make checking the duration of a video use the same helper function everywhere
* fix/refactor: make sure toast only shows when a item is missing a duration/use a foreach loop to check the videos in a playlist
* feat: apply suggestions from code review
Co-authored-by: PikachuEXE <[email protected]>
* fix: make lint test pass
* feat: apply suggestions from code review (use a single loop instead)
Co-authored-by: PikachuEXE <[email protected]>
* fix: make lint test pass for single-loop
* fix: check for present video duration in history (with small refactoring)
* fix: if fallback value gotten from history, still mark as missing duration
---------
Co-authored-by: PikachuEXE <[email protected]>
Copy file name to clipboardExpand all lines: static/locales/en-GB.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,8 @@ User Playlists:
174
174
This playlist is protected and cannot be removed.: This playlist is protected
175
175
and cannot be removed.
176
176
This playlist does not exist: This playlist does not exist
177
+
178
+
This playlist has a video with a duration error: This playlist contains at least one video that doesn't have a duration, it will be sorted as if their duration is zero.
177
179
Playlist {playlistName} has been deleted.: Playlist {playlistName} has been
Copy file name to clipboardExpand all lines: static/locales/en-US.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,8 @@ User Playlists:
241
241
Playlist {playlistName} is the new quick bookmark playlist.: Playlist {playlistName} is the new quick bookmark playlist.
242
242
243
243
This playlist does not exist: This playlist does not exist
244
+
245
+
This playlist has a video with a duration error: This playlist contains at least one video that doesn't have a duration, it will be sorted as if their duration is zero.
244
246
AddVideoPrompt:
245
247
Select a playlist to add your N videos to: 'Select a playlist to add your video to | Select a playlist to add your {videoCount} videos to'
0 commit comments