VideoInformation for copy buttons
This commit is contained in:
parent
7882e12484
commit
4b757b232d
3 changed files with 17 additions and 16 deletions
|
|
@ -0,0 +1,6 @@
|
|||
package fi.vanced.libraries.youtube.player;
|
||||
|
||||
public class VideoInformation {
|
||||
public static String currentVideoId;
|
||||
public static long lastKnownVideoTime = -1L;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue