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:
parent
cd790906f9
commit
9a33cab5cd
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue