fix(YouTube/Premium heading): excluded by default

This commit is contained in:
inotia00 2023-10-31 19:52:36 +09:00
parent 011d94aa9d
commit 46a4ffe614

View File

@ -36,7 +36,8 @@ import kotlin.io.path.copyTo
"18.42.41"
]
)
]
],
use = false
)
@Suppress("unused")
object PremiumHeadingPatch : ResourcePatch() {