Bugfix api/plex/playing #21 #23

Merged
KevinMidboe merged 5 commits from bugfix_api/plex/playing into master 2017-09-07 21:57:42 +00:00
Showing only changes of commit eb2de340a3 - Show all commits

View File

@@ -4,6 +4,11 @@ class convertStreamToPlayback {
this.width = plexStream.width;
this.height = plexStream.height;
this.decision = plexStream.decision;
this.audioProfile = plexStream.audioProfile;
this.videoProfile = plexStream.videoProfile;
this.duration = plexStream.duration;
this.container = plexStream.container;
}
}