2.2.4 playlist bug fix
This commit is contained in:
parent
89c85992ca
commit
f4fd093845
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ var passwordenc;
|
||||||
var server;
|
var server;
|
||||||
var smwidth;
|
var smwidth;
|
||||||
var volume = 50;
|
var volume = 50;
|
||||||
var currentVersion = '2.2.3';
|
var currentVersion = '2.2.4';
|
||||||
|
|
||||||
function getCookie(value) {
|
function getCookie(value) {
|
||||||
if ($.cookie(value)) {
|
if ($.cookie(value)) {
|
||||||
|
|
|
@ -341,7 +341,7 @@ function getRandomSongList(action, appendto, genre, folder) {
|
||||||
$("#TrackContainer thead").html(header);
|
$("#TrackContainer thead").html(header);
|
||||||
}
|
}
|
||||||
if (action == 'autoplay') {
|
if (action == 'autoplay') {
|
||||||
$("#TrackContainer").empty();
|
$("#TrackContainer tbody").empty();
|
||||||
$(appendto).empty();
|
$(appendto).empty();
|
||||||
}
|
}
|
||||||
// There is a bug in the API that doesn't return a JSON array for one artist
|
// There is a bug in the API that doesn't return a JSON array for one artist
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "MiniSub",
|
"name": "MiniSub",
|
||||||
"description": "MiniSub - HTML5 Mini Player for Subsonic",
|
"description": "MiniSub - HTML5 Mini Player for Subsonic",
|
||||||
"version": "2.2.3",
|
"version": "2.2.4",
|
||||||
"app": {
|
"app": {
|
||||||
"launch": {
|
"launch": {
|
||||||
"local_path": "index.html"
|
"local_path": "index.html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue