Skip to content

Commit

Permalink
disable seeking on radio
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jan 6, 2025
1 parent 280f706 commit b51af51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/default/PlayerOSD/PlayerTimeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
:disabled="
!store.curQueueItem ||
!store.curQueueItem.media_item ||
!store.curQueueItem.duration
!store.curQueueItem.duration ||
store.curQueueItem.media_item.media_type == MediaType.RADIO
"
style="width: 100%"
:min="0"
Expand Down

0 comments on commit b51af51

Please sign in to comment.