1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

save appVersion with device record

This commit is contained in:
Luke Pulverenti 2015-03-14 21:42:09 -04:00
parent cd790906f9
commit 9a33cab5cd

View file

@ -575,7 +575,7 @@
var mediaSource;
ApiClient.getJSON(ApiClient.getUrl('Items/' + item.Id + '/PlaybackInfo', {
ApiClient.getJSON(ApiClient.getUrl('Items/' + item.Id + '/MediaInfo', {
userId: Dashboard.getCurrentUserId()
})).done(function (result) {