Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #193 from ttshivers/play_media_dialog_multiple
Browse files Browse the repository at this point in the history
fix(playmedia): show dialog when multiple versions
  • Loading branch information
ttshivers authored Sep 28, 2020
2 parents da1a928 + dedbad5 commit bd6dfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlexItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<template v-else>
<v-col>
<PlexMediaPlayDialog
v-if="!metadata.Media.length || metadata.viewOffset"
v-if="metadata.Media.length || metadata.viewOffset"
#default="{ on, attrs }"
:key="combinedKey"
:metadata="metadata"
Expand Down

0 comments on commit bd6dfd4

Please sign in to comment.