VideoInformation for copy buttons

This commit is contained in:
xfileFIN 2020-12-16 13:34:11 +02:00
parent 7882e12484
commit 4b757b232d
3 changed files with 17 additions and 16 deletions

View file

@ -0,0 +1,6 @@
package fi.vanced.libraries.youtube.player;
public class VideoInformation {
public static String currentVideoId;
public static long lastKnownVideoTime = -1L;
}