video: move Detail Pages prefs to the Library settings tab
Video Preferences group now carries data-stg='library' so it lives under the Library settings tab on the video side (the infra already supported video-only library settings). The Video Source panel moves to data-stg='connections' so it stops showing on every tab.
This commit is contained in:
parent
c9900d91b0
commit
df09111831
1 changed files with 3 additions and 3 deletions
|
|
@ -5134,7 +5134,7 @@
|
|||
side in place of the music API services). Same structure as the
|
||||
music service frames above. -->
|
||||
<!-- Video Source (which Plex/Jellyfin the video side uses) -->
|
||||
<div class="settings-group" data-video-only>
|
||||
<div class="settings-group" data-stg="connections" data-video-only>
|
||||
<h3>Video Source</h3>
|
||||
<div class="vid-source-panel" data-video-source-panel>
|
||||
<div class="callback-help">Checking…</div>
|
||||
|
|
@ -5199,8 +5199,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Video Preferences (video-side only) -->
|
||||
<div class="settings-group" data-video-only>
|
||||
<!-- Video Preferences — lives on the Library settings tab -->
|
||||
<div class="settings-group" data-stg="library" data-video-only>
|
||||
<h3>Video Preferences</h3>
|
||||
<div class="api-service-frame stg-service" data-video-service="prefs">
|
||||
<div class="stg-service-header" onclick="toggleStgService(this)">
|
||||
|
|
|
|||
Loading…
Reference in a new issue