diff --git a/src/components/application/plexbrowser/plexcontent.vue b/src/components/application/plexbrowser/plexcontent.vue index 711deda4..629af7ec 100644 --- a/src/components/application/plexbrowser/plexcontent.vue +++ b/src/components/application/plexbrowser/plexcontent.vue @@ -148,30 +148,28 @@ Playback Settings - - -
- - -
{{ media.videoResolution }}p {{ getDuration(media.duration)}}
-
-
Video Codec: {{ media.videoCodec }} ({{ media.bitrate }}kbps)
-
- Audio Streams: {{ audioStreams(media.Part[0].Stream) }} -
-
- Subtitles: {{ subtitleStreams(media.Part[0].Stream) }} -
+ +
+ + +
{{ media.videoResolution }}p {{ getDuration(media.duration)}}
+
+
Video Codec: {{ media.videoCodec }} ({{ media.bitrate }}kbps)
+
+ Audio Streams: {{ audioStreams(media.Part[0].Stream) }}
- - - - Play - - - -
- +
+ Subtitles: {{ subtitleStreams(media.Part[0].Stream) }} +
+
+ + + + Play + + + +