fixed hd setting

This commit is contained in:
LagradOst 2022-05-10 17:55:38 +02:00
parent 6f05154f50
commit 927d8ceeb2
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ object SearchResultBuilder {
val showSub = showCache[textIsDub?.context?.getString(R.string.show_sub_key)] ?: false
val showDub = showCache[textIsDub?.context?.getString(R.string.show_dub_key)] ?: false
val showTitle = showCache[cardText?.context?.getString(R.string.show_title_key)] ?: false
val showHd = showCache[textQuality?.context?.getString(R.string.show_title_key)] ?: false
val showHd = showCache[textQuality?.context?.getString(R.string.show_hd_key)] ?: false
shadow?.isVisible = showTitle