Skip to content

Commit

Permalink
fix(YT Music - Translations): Use correct resource directory
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed May 27, 2024
1 parent fa8234a commit 78667fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object TranslationsPatch : BaseResourcePatch(
// Process selected RVX languages if no custom language file is set.
val selectedLanguagesArray = SelectedLanguages!!.split(",").map { it.trim() }.toTypedArray()
val filteredLanguages = LANGUAGES.filter { it in selectedLanguagesArray }.toTypedArray()
context.copyXml("youtube", filteredLanguages)
context.copyXml("music", filteredLanguages)
}

// Process selected app languages.
Expand Down

0 comments on commit 78667fa

Please sign in to comment.