Skip to content

Commit

Permalink
Add backup path input and checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
lyarenei committed Sep 3, 2024
1 parent 8e3cbb2 commit 4fcf6b4
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,28 @@ <h3>General Config</h3>
</label>
<div class="fieldDescription">Only necessary if you have other plugins working with favorite items.</div>
</div>
<div class="inputContainer">
<label class="inputLabel inputLabelUnfocused" for="BackupPath">
Listen backup path
</label>
<div class="bootstrap-wrapper row no-gutters">
<input id="BackupPath" name="BackupPath" type="text"
is="emby-input"
class="bootstrap-wrapper col-md-9 vertical-center"/>
<div id="SetBackupPath"
class="raised button block emby-button bootstrap-wrapper col-md-2 offset-md-1 vertical-center">
Browse
</div>
</div>
</div>
<div class="inputContainer">
<label class="inputLabel inputLabelUnfocused" for="IsBackupenabled">
<input is="emby-checkbox" type="checkbox" id="IsBackupenabled"
name="IsBackupEnabled"/>
<span>Enable listen backups</span>
</label>
<div class="fieldDescription">Backup listens locally to a specified path.</div>
</div>
<div class="sectionTitleContainer flex align-items-center">
<h4 class="sectionTitle">Allowed libraries for listen submission</h4>
<div class="raised button-alt headerHelpButton emby-button" id="ResetAllowedLibraries">
Expand Down

0 comments on commit 4fcf6b4

Please sign in to comment.