Skip to content

Commit

Permalink
fix(YouTube/SponsorBlock): handle if the user enters an invalid numbe…
Browse files Browse the repository at this point in the history
…r into any SB settings
  • Loading branch information
inotia00 committed Aug 28, 2024
1 parent c992f4a commit d6739ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1421,6 +1421,7 @@ Limitation: Dislikes may not appear if the user is not logged in or in incognito
<string name="revanced_sb_general_skipcount_sum_off">Skip count tracking is not enabled.</string>
<string name="revanced_sb_general_min_duration">Minimum segment duration</string>
<string name="revanced_sb_general_min_duration_sum">Segments shorter than this value (in seconds) will not be shown or skipped.</string>
<string name="revanced_sb_general_min_duration_invalid">Invalid time duration.</string>
<string name="revanced_sb_general_uuid">Your private user id</string>
<string name="revanced_sb_general_uuid_sum">This should be kept private. This is like a password and should not be shared with anyone. If someone has this, they can impersonate you.</string>
<string name="revanced_sb_general_uuid_invalid">Private user id must be at least 30 characters long.</string>
Expand Down

0 comments on commit d6739ef

Please sign in to comment.