2.2.4 playlist bug fix

This commit is contained in:
Trevor Squillario 2012-10-25 18:32:20 -04:00
parent 89c85992ca
commit f4fd093845
3 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ var passwordenc;
var server;
var smwidth;
var volume = 50;
var currentVersion = '2.2.3';
var currentVersion = '2.2.4';
function getCookie(value) {
if ($.cookie(value)) {

View file

@ -341,7 +341,7 @@ function getRandomSongList(action, appendto, genre, folder) {
$("#TrackContainer thead").html(header);
}
if (action == 'autoplay') {
$("#TrackContainer").empty();
$("#TrackContainer tbody").empty();
$(appendto).empty();
}
// There is a bug in the API that doesn't return a JSON array for one artist

View file

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "MiniSub",
"description": "MiniSub - HTML5 Mini Player for Subsonic",
"version": "2.2.3",
"version": "2.2.4",
"app": {
"launch": {
"local_path": "index.html"