From bbf260973e8bddf4d912eada3e6efb035c268d26 Mon Sep 17 00:00:00 2001 From: Peter Grassberger Date: Sun, 27 Dec 2015 23:43:06 +0100 Subject: shows: remove replace manuel listdropbox request diff --git a/www/js/shows.js b/www/js/shows.js index 0c72dc0..4dcb050 100644 --- a/www/js/shows.js +++ b/www/js/shows.js @@ -242,7 +242,7 @@ function shows_updateGroupCartList(data) { length: Number($(cut).find('length').text()), imported: new Date($(cut).find('originDatetime').text()), playcnt: $(cut).find('playCounter').text(), - lastplayed: new Date($(cut).find('lastPlayDatetime').text()), + lastplayed: new Date($(cut).find('lastPlayDatetime').text()) }; cart.imported = isNaN(cart.imported) ? '-' : cart.imported; cart.lastplayed = isNaN(cart.lastplayed) ? '-' : cart.lastplayed; @@ -310,11 +310,11 @@ function shows_updateList(data, status, req) { group: { name: $(this).find('group').text(), lowcart: $(this).find('group-low-cart').text(), - highcart: $(this).find('group-high-cart').text(), + highcart: $(this).find('group-high-cart').text() }, normlevel: $(this).find('normalization-level').text(), - trimlevel: $(this).find('autotrim-level').text(), - } + trimlevel: $(this).find('autotrim-level').text() + }; var name = show.title + ' (' + show.rhythm + ', ' + weekday[show.dow] + ', ' + show.starttime + ', ' + show.length + ' Min.)'; $('#show-selector').append($('