update components

This commit is contained in:
Luke Pulverenti 2017-01-02 16:02:40 -05:00
parent b049c42405
commit a7269661df
2 changed files with 6 additions and 4 deletions

View File

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.426",
"_release": "1.4.426",
"version": "1.4.427",
"_release": "1.4.427",
"_resolution": {
"type": "version",
"tag": "1.4.426",
"commit": "5c5e8e3baaf9fa4dd2d3f8e91e22caae899b37a1"
"tag": "1.4.427",
"commit": "47a43c7e015aa3ac7e9c25f88f0b0ef42676441a"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View File

@ -1176,6 +1176,8 @@ define(['events', 'datetime', 'appSettings', 'pluginManager', 'userSettings', 'g
state.NowPlayingItem = getNowPlayingItemForReporting(player, item, mediaSource);
}
state.MediaSource = mediaSource;
return Promise.resolve(state);
};