Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f968ee050 | ||
|
|
dec5bbe39e | ||
|
|
63f3211cc4 |
@@ -736,13 +736,13 @@
|
||||
<div class="selectContainer" style="margin:0; flex: 1;">
|
||||
<label class="selectLabel">Start Day</label>
|
||||
<select is="emby-select" class="rule-start-day" style="width: 100%;">
|
||||
${this.getDaysOptions(startDay)}
|
||||
${SeasonalsConfigPage.getDaysOptions(startDay)}
|
||||
</select>
|
||||
</div>
|
||||
<div class="selectContainer" style="margin:0; flex: 1;">
|
||||
<label class="selectLabel">Month</label>
|
||||
<select is="emby-select" class="rule-start-month" style="width: 100%;">
|
||||
${this.getMonthsOptions(startMonth)}
|
||||
${SeasonalsConfigPage.getMonthsOptions(startMonth)}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -751,13 +751,13 @@
|
||||
<div class="selectContainer" style="margin:0; flex: 1;">
|
||||
<label class="selectLabel">End Day</label>
|
||||
<select is="emby-select" class="rule-end-day" style="width: 100%;">
|
||||
${this.getDaysOptions(endDay)}
|
||||
${SeasonalsConfigPage.getDaysOptions(endDay)}
|
||||
</select>
|
||||
</div>
|
||||
<div class="selectContainer" style="margin:0; flex: 1;">
|
||||
<label class="selectLabel">Month</label>
|
||||
<select is="emby-select" class="rule-end-month" style="width: 100%;">
|
||||
${this.getMonthsOptions(endMonth)}
|
||||
${SeasonalsConfigPage.getMonthsOptions(endMonth)}
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||
<Title>Jellyfin Seasonals Plugin</Title>
|
||||
<Authors>CodeDevMLH</Authors>
|
||||
<Version>1.7.0.10</Version>
|
||||
<Version>1.7.0.11</Version>
|
||||
<RepositoryUrl>https://github.com/CodeDevMLH/Jellyfin-Seasonals</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/raw/branch/main/logo.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.7.0.10",
|
||||
"version": "1.7.0.11",
|
||||
"changelog": "- feat: add customizable auto seasonal list via config page\n- feat: add new season theme 'resurrection' by Bioflash257",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.7.0.10/Jellyfin.Plugin.Seasonals.zip",
|
||||
"checksum": "8ff32aad07b862b7b56aabad7ea0794b",
|
||||
"timestamp": "2026-02-16T22:02:52Z"
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.7.0.11/Jellyfin.Plugin.Seasonals.zip",
|
||||
"checksum": "bf7a1660c57152fee961b91c5cf20e7c",
|
||||
"timestamp": "2026-02-16T22:06:10Z"
|
||||
},
|
||||
{
|
||||
"version": "1.6.3.0",
|
||||
|
||||
Reference in New Issue
Block a user