File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
extensions/youtube/src/main/java/app/revanced/extension/youtube/settings/preference
patches/src/main/resources/addresources/values Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ private void updateUI() {
9595 + '\n' + str ("revanced_spoof_video_streams_about_kids_videos" );
9696 } else if (clientType == ClientType .ANDROID_CREATOR ) {
9797 summary += '\n' + str ("revanced_spoof_video_streams_about_no_av1" )
98+ + '\n' + str ("revanced_spoof_video_streams_about_no_force_original_audio" )
9899 + '\n' + str ("revanced_spoof_video_streams_about_kids_videos" );
99100 }
100101
Original file line number Diff line number Diff line change @@ -1642,6 +1642,8 @@ Enabling this can unlock higher video qualities"</string>
16421642 <string name =" revanced_spoof_video_streams_about_experimental" >• Experimental client and may stop working anytime</string >
16431643 <string name =" revanced_spoof_video_streams_about_no_av1" >• No AV1 video codec</string >
16441644 <string name =" revanced_spoof_video_streams_about_kids_videos" >• Kids videos may not play when logged out or in incognito mode</string >
1645+ <!-- "Force original audio" should use the same text as revanced_force_original_audio_title -->
1646+ <string name =" revanced_spoof_video_streams_about_no_force_original_audio" >• Force original audio is not available</string >
16451647 <string name =" revanced_spoof_streaming_data_stats_for_nerds_title" >Show in Stats for nerds</string >
16461648 <string name =" revanced_spoof_streaming_data_stats_for_nerds_summary_on" >Client type is shown in Stats for nerds</string >
16471649 <string name =" revanced_spoof_streaming_data_stats_for_nerds_summary_off" >Client is hidden in Stats for nerds</string >
You can’t perform that action at this time.
0 commit comments