support more embedded video metadata

This commit is contained in:
Luke Pulverenti 2016-02-17 21:55:15 -05:00
parent b43d55182d
commit 3d4ec9caf1
18 changed files with 3367 additions and 3369 deletions

View file

@ -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);
});