From f18b85a77c7a8c311cc3ccfb2d2f6f60035cba25 Mon Sep 17 00:00:00 2001 From: Mike Lowis Date: Tue, 19 Mar 2024 14:30:34 -0400 Subject: [PATCH] tweaked html to remove the up next entry which was incorrect due to new randomization algorithm --- atv/assets/admin.html | 8 ++------ atv/assets/control.html | 7 +------ atv/assets/index.html | 2 +- atv/assets/ui.js | 3 +-- atv/lib/atv/channel.rb | 1 - 5 files changed, 5 insertions(+), 16 deletions(-) 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
+