Bump version to 1.6.13.0 and update changelog for new features and fixes
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 51s

This commit is contained in:
CodeDevMLH
2026-02-04 00:11:38 +01:00
parent ae28d5219b
commit c967c1e308
4 changed files with 7 additions and 7 deletions

View File

@@ -298,7 +298,7 @@ function createSettingsPopup(anchorElement) {
<div class="selectContainer" style="margin-bottom: 0.5em;">
<label class="selectLabel" for="seasonal-theme-select" style="margin-bottom: 0.5em; display: block; color: inherit;">Force Theme</label>
<select id="seasonal-theme-select" class="emby-select" style="width: 100%; padding: 0.5em; background-color: #333; border: 1px solid #444; color: #fff; border-radius: 4px;">
<option value="auto">Auto (Date Based)</option>
<option value="auto">Server-Side</option>
</select>
</div>
`;