Bump version to 1.5.0.17 and update changelog for recent changes
All checks were successful
Auto Release Plugin / build-and-release (push) Successful in 57s

This commit is contained in:
CodeDevMLH
2026-02-09 17:04:15 +01:00
parent 4f244988b9
commit 5299b2a9d5
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
<Authors>CodeDevMLH</Authors>
<Version>1.5.0.16</Version>
<Version>1.5.0.17</Version>
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
</PropertyGroup>

View File

@@ -161,7 +161,7 @@
.homeSectionsContainer {
position: relative;
top: 65vh;
margin-top: 65vh;
z-index: 6;
}