Skip to content

Commit

Permalink
fix(video): playback
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Fernández <[email protected]>
  • Loading branch information
ferferga committed Jan 12, 2025
1 parent 07f8066 commit 03d890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/playback-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 03d890b

Please sign in to comment.