From: Mike Lowis Date: Tue, 19 Mar 2024 18:30:34 +0000 (-0400) Subject: tweaked html to remove the up next entry which was incorrect due to new randomization... X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f18b85a77c7a8c311cc3ccfb2d2f6f60035cba25;p=proto%2Fatv.git tweaked html to remove the up next entry which was incorrect due to new randomization algorithm --- diff --git a/atv/assets/admin.html b/atv/assets/admin.html index 8036324..8d1ddfe 100644 --- a/atv/assets/admin.html +++ b/atv/assets/admin.html @@ -12,11 +12,7 @@ - - - - - +
Now PlayingSome File
Playing NextSome Other FileLoading...
@@ -32,6 +28,7 @@ + @@ -76,7 +73,6 @@ { UI.set_play_state( data["curr"]["path"], // Now Playing - data["next"]["path"], // Up next data.playing // Playing or paused ); } diff --git a/atv/assets/control.html b/atv/assets/control.html index 72c103c..b315c8a 100644 --- a/atv/assets/control.html +++ b/atv/assets/control.html @@ -12,11 +12,7 @@ - - - - - +
Now PlayingSome File
Playing NextSome Other FileLoading...

Queued Videos

@@ -74,7 +70,6 @@ { UI.set_play_state( data["curr"]["path"], // Now Playing - data["next"]["path"], // Up next data.playing // Playing or paused ); } diff --git a/atv/assets/index.html b/atv/assets/index.html index 4e6ba39..f6fad0f 100644 --- a/atv/assets/index.html +++ b/atv/assets/index.html @@ -25,7 +25,7 @@ APP -
Channel
+