Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a4547d80b1 | ||
|
|
671e38ff32 | ||
|
|
0e9d0f9d09 |
@@ -12,7 +12,7 @@
|
|||||||
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
<!-- <TreatWarningsAsErrors>false</TreatWarningsAsErrors> -->
|
||||||
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
<Title>Jellyfin Media Bar Enhanced Plugin</Title>
|
||||||
<Authors>CodeDevMLH</Authors>
|
<Authors>CodeDevMLH</Authors>
|
||||||
<Version>1.7.1.10</Version>
|
<Version>1.7.1.11</Version>
|
||||||
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
<RepositoryUrl>https://github.com/CodeDevMLH/jellyfin-plugin-media-bar-enhanced</RepositoryUrl>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -201,9 +201,6 @@
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-webkit-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow i {
|
.arrow i {
|
||||||
@@ -241,9 +238,6 @@
|
|||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
|
||||||
-webkit-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.pause-button i {
|
.pause-button i {
|
||||||
@@ -280,9 +274,6 @@
|
|||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
|
||||||
-webkit-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
border: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mute-button i {
|
.mute-button i {
|
||||||
@@ -510,6 +501,8 @@
|
|||||||
font-family: "Archivo Narrow", sans-serif;
|
font-family: "Archivo Narrow", sans-serif;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
|
color: #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
@@ -9,12 +9,12 @@
|
|||||||
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
"imageUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/raw/branch/main/logo.png",
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "1.7.1.10",
|
"version": "1.7.1.11",
|
||||||
"changelog": "- feat: add option to disable pagination dots/counter\n- feat: add exclude seasonal content from random fetching option\n- Add hide arrows on mobile option \n- fix button issue on mobile when using ElegantFin Theme",
|
"changelog": "- feat: add option to disable pagination dots/counter\n- feat: add exclude seasonal content from random fetching option\n- Add hide arrows on mobile option \n- fix button issue on mobile when using ElegantFin Theme",
|
||||||
"targetAbi": "10.11.0.0",
|
"targetAbi": "10.11.0.0",
|
||||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.1.10/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/jellyfin-plugin-media-bar-enhanced/releases/download/v1.7.1.11/Jellyfin.Plugin.MediaBarEnhanced.zip",
|
||||||
"checksum": "97e83bbdd363ad11174ffac651ee8bd3",
|
"checksum": "db6b2fb25aa04243b35a02bfebf996b6",
|
||||||
"timestamp": "2026-03-08T21:36:22Z"
|
"timestamp": "2026-03-08T22:06:37Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"version": "1.7.0.14",
|
"version": "1.7.0.14",
|
||||||
|
|||||||
Reference in New Issue
Block a user