mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
don't auto-restart during recordings
This commit is contained in:
parent
fd87c2de1d
commit
cabe68c3e2
7 changed files with 50 additions and 18 deletions
|
@ -88,7 +88,7 @@
|
|||
return {
|
||||
name: name,
|
||||
id: t.id,
|
||||
ironIcon: playerInfo.id == t.id ? 'check' : null
|
||||
selected: playerInfo.id == t.id
|
||||
};
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue