CC-4186: Playlist Builder -> Smart Playlist : The static Smart Playlist's length value will be empty if no file meet the criteria.
- fixed
This commit is contained in:
parent
825abca61b
commit
ef0e800c92
4 changed files with 6 additions and 5 deletions
|
@ -296,7 +296,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
$('#spl_name > a')
|
||||
.empty()
|
||||
.append(json.name);
|
||||
$('#spl_length')
|
||||
$('#obj_length')
|
||||
.empty()
|
||||
.append(json.length);
|
||||
$('#fieldset-metadate_change textarea')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue