Compare commits
3 Commits
a296caf70d
...
v1.8.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c703ce171 | ||
|
|
a40ee4a40d | ||
|
|
d7e9238e21 |
@@ -12,7 +12,7 @@
|
||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||
<Authors>CodeDevMLH</Authors>
|
||||
<Version>1.8.1.0</Version>
|
||||
<Version>1.8.1.1</Version>
|
||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
@@ -753,6 +753,7 @@
|
||||
max-width: 90vw;
|
||||
flex-wrap: nowrap;
|
||||
overflow: hidden;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.dot {
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.8.1.0",
|
||||
"version": "1.8.1.1",
|
||||
"changelog": "fix pagination dot issue on mobile when showing more than 10 dots (should now dynamically adjust the max dots threshold based on screen size)",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.8.1.0/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "11bb618ca99a55403216effe3b1d2416",
|
||||
"timestamp": "2026-03-23T16:28:16Z"
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.8.1.1/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||
"checksum": "f39c154f60527a98a3454e0c72c81cfa",
|
||||
"timestamp": "2026-03-23T16:42:41Z"
|
||||
},
|
||||
{
|
||||
"version": "1.8.0.0",
|
||||
|
||||
Reference in New Issue
Block a user