update probing

This commit is contained in:
Luke Pulverenti 2016-12-03 15:00:41 -05:00
parent 11e4966819
commit 8ac4ff719f
5 changed files with 29 additions and 9 deletions

View file

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.368",
"_release": "1.4.368",
"version": "1.4.369",
"_release": "1.4.369",
"_resolution": {
"type": "version",
"tag": "1.4.368",
"commit": "6d80986170e396308e4e9c1865b97375c1769708"
"tag": "1.4.369",
"commit": "ffc05de380954c16b3621824d3034dc2c1a5a1ee"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View file

@ -15,7 +15,7 @@
user-select: none;
cursor: pointer;
z-index: 0;
padding: 0.95em 0.64em;
padding: 1em .7em;
font-weight: normal;
vertical-align: middle;
border: 0;

View file

@ -139,7 +139,8 @@ define(['serverNotifications', 'playbackManager', 'events', 'globalize', 'requir
Filters: "IsNotFolder",
SortBy: "DateCreated",
SortOrder: "Descending",
Ids: newItems.join(',')
Ids: newItems.join(','),
MediaTypes: "Audio,Video"
}).then(function (result) {