You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/revanced-patches.api
+1
Original file line number
Diff line number
Diff line change
@@ -1464,6 +1464,7 @@ public final class app/revanced/patches/youtube/misc/minimizedplayback/Minimized
1464
1464
1465
1465
public final class app/revanced/patches/youtube/misc/playercontrols/BottomControlsResourcePatch : app/revanced/patcher/patch/ResourcePatch, java/io/Closeable {
1466
1466
public static final field INSTANCE Lapp/revanced/patches/youtube/misc/playercontrols/BottomControlsResourcePatch;
1467
+
public final fun addControls (Ljava/lang/String;)V
1467
1468
public fun close ()V
1468
1469
public synthetic fun execute (Lapp/revanced/patcher/data/Context;)V
1469
1470
public fun execute (Lapp/revanced/patcher/data/ResourceContext;)V
StringResource("revanced_copy_video_url_timestamp_summary_on", "Button is shown. Tap to copy video URL with timestamp. Tap and hold to copy video without timestamp"),
40
+
StringResource(
41
+
"revanced_copy_video_url_timestamp_summary_on",
42
+
"Button is shown. Tap to copy video URL with timestamp. Tap and hold to copy video without timestamp"
43
+
),
38
44
StringResource("revanced_copy_video_url_timestamp_summary_off", "Button is not shown")
39
45
)
40
46
),
41
-
StringResource("revanced_copy_video_url_preference_screen_summary", "Settings related to copy URL buttons in video player")
0 commit comments