From 8937d16aa15bc2ee58279b58716285cd5c4af536 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 28 Apr 2022 10:37:41 -0400 Subject: [PATCH] Add VARPLAY --- web/skins/classic/js/skin.js.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/skins/classic/js/skin.js.php b/web/skins/classic/js/skin.js.php index 4c441a522..2ebf44660 100644 --- a/web/skins/classic/js/skin.js.php +++ b/web/skins/classic/js/skin.js.php @@ -103,6 +103,7 @@ const CMD_ANALYZE_OFF = ; const CMD_NONE = ; const CMD_PAUSE = ; const CMD_PLAY = ; +const CMD_VARPLAY = ; const CMD_STOP = ; const CMD_FASTFWD = ; const CMD_SLOWFWD = ;