File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
kotlin/app/revanced/patches/youtube/alternativethumbnails
resources/addresources/values Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- package app.revanced.patches.youtube.alernativethumbnails
1
+ package app.revanced.patches.youtube.alternativethumbnails
2
2
3
3
import app.revanced.patcher.patch.bytecodePatch
4
4
import app.revanced.patches.all.misc.resources.addResources
@@ -44,7 +44,7 @@ val alternativeThumbnailsPatch = bytecodePatch(
44
44
)
45
45
46
46
execute {
47
- addResources(" youtube" , " alernativethumbnails .alternativeThumbnailsPatch" )
47
+ addResources(" youtube" , " alternativethumbnails .alternativeThumbnailsPatch" )
48
48
49
49
val entries = " revanced_alt_thumbnail_options_entries"
50
50
val values = " revanced_alt_thumbnail_options_entry_values"
Original file line number Diff line number Diff line change 1
- package app.revanced.patches.youtube.alernativethumbnails
1
+ package app.revanced.patches.youtube.alternativethumbnails
2
2
3
3
import app.revanced.patcher.patch.bytecodePatch
4
4
import app.revanced.patches.all.misc.resources.addResources
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ This feature is only available for older devices"</string>
343
343
<string name =" revanced_hide_video_ads_summary_on" >Video ads are hidden</string >
344
344
<string name =" revanced_hide_video_ads_summary_off" >Video ads are shown</string >
345
345
</patch >
346
- <patch id =" alernativethumbnails .alternativeThumbnailsPatch" >
346
+ <patch id =" alternativethumbnails .alternativeThumbnailsPatch" >
347
347
<!-- 'Home' should be translated using the same localized wording YouTube displays for the home tab. -->
348
348
<string name =" revanced_alt_thumbnail_home_title" >Home tab</string >
349
349
<!-- 'Subscription' should be translated using the same localized wording YouTube displays for the subscription tab. -->
You can’t perform that action at this time.
0 commit comments