refactor(patch-options): remove MusicDownloaderPackageName options

This commit is contained in:
inotia00 2023-04-28 11:26:33 +09:00
parent c5ffed8818
commit 63c2145d13

View File

@ -60,18 +60,6 @@ class PatchOptions : ResourcePatch {
)
)
/**
* Downloader Package Name (YouTube Music)
*/
internal var MusicDownloaderPackageName: String? by option(
PatchOption.StringOption(
key = "MusicDownloaderPackageName",
default = "ussr.razar.youtube_dl",
title = "Downloader Package Name for YouTube Music",
description = "Downloader package name of the YouTube Music. (default: PowerTube)"
)
)
/**
* Custom Speed Values
*/