Update all URLs to use Gitea API format with /api/v1/repos/ and ?ref=main

This commit is contained in:
2026-02-17 15:18:48 +03:00
parent edd590e380
commit a376edc778
17 changed files with 26 additions and 1123 deletions

View File

@@ -1,14 +0,0 @@
/*
This module will change the Jellyfin logo to a custom one.
This allows you to white-label your Jellyfin instance slightly.
This can be used as a standalone module.
*/
:root {
--logo-url: url('https://cdn.jsdelivr.net/gh/JamsRepos/Jamfin@latest/assets/banner.png');
}
.pageTitleWithDefaultLogo,
.spashLogo {
background-image: var(--logo-url) !important;
}