feat(youtube): change default video speed and quality inside the settings menu (#1880)

Co-authored-by: johnconner122 <107796137+johnconner122@users.noreply.github.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
LisoUseInAIKyrios
2023-04-14 05:50:41 +04:00
committed by oSumAtrIX
parent bd224d90de
commit fbb17636d8
5 changed files with 75 additions and 4 deletions

View File

@ -11,6 +11,7 @@ import org.w3c.dom.Element
* @param name The name of the array resource.
* @param items The items of the array resource.
*/
// TODO: allow specifying an array resource file instead of using a list of StringResources
internal data class ArrayResource(
override val name: String,
val items: List<StringResource>