mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-01-19 04:32:53 +00:00
fix(video): playback
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions
Some checks are pending
Push & Release 🌍 / Automation 🎛️ (push) Waiting to run
Push & Release 🌍 / ${{ github.event_name == 'push' && 'Unstable 🚀⚠️' || 'Stable 🏷️✅' }} (push) Waiting to run
Push & Release 🌍 / GitHub CodeQL 🔬 (push) Waiting to run
Push & Release 🌍 / Deploy 🚀 (push) Blocked by required conditions
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
This commit is contained in:
parent
07f8066796
commit
03d890b627
@ -278,7 +278,7 @@ class PlaybackManagerStore extends CommonStore<PlaybackManagerState> {
|
||||
*/
|
||||
public readonly currentlyPlayingType = computed(() =>
|
||||
apiStore.getItemById(this.currentItemId.value)
|
||||
?.Type
|
||||
?.MediaType
|
||||
);
|
||||
|
||||
public readonly isVideo = computed(() => this.currentlyPlayingType.value === 'Video');
|
||||
|
Loading…
x
Reference in New Issue
Block a user