support more embedded video metadata
This commit is contained in:
parent
b43d55182d
commit
3d4ec9caf1
18 changed files with 3367 additions and 3369 deletions
|
@ -1,6 +1,6 @@
|
|||
(function ($, document) {
|
||||
define([], function () {
|
||||
|
||||
window.PlaylistManager = {
|
||||
return {
|
||||
|
||||
showPanel: function (items) {
|
||||
|
||||
|
@ -17,5 +17,4 @@
|
|||
return item.RunTimeTicks || item.IsFolder || item.Type == "Genre" || item.Type == "MusicGenre" || item.Type == "MusicArtist";
|
||||
}
|
||||
};
|
||||
|
||||
})(jQuery, document);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue