polish strings, fix build error

This commit is contained in:
bopol 2020-10-26 17:01:55 +01:00
parent 1633402cd9
commit ca029eba3f
63 changed files with 65 additions and 65 deletions

View file

@ -1641,8 +1641,8 @@ public class VideoDetailFragment
return true;
}
final int errorId = exception instanceof YoutubeStreamExtractor.DecryptException
? R.string.youtube_signature_decryption_error
final int errorId = exception instanceof YoutubeStreamExtractor.DeobfuscateException
? R.string.youtube_signature_deobfuscation_error
: exception instanceof ExtractionException
? R.string.parsing_error
: R.string.general_error;