fix rsshelper

This commit is contained in:
jxxghp
2025-06-04 21:42:03 +08:00
parent 7a112000c9
commit 8c9c59ef64
3 changed files with 140 additions and 73 deletions

View File

@@ -13,7 +13,7 @@ from app.log import logger
from app.schemas.types import MediaType
from app.utils.http import RequestUtils
from app.utils.url import UrlUtils
from schemas import MediaServerItem
from app.schemas import MediaServerItem
class Emby:

View File

@@ -10,7 +10,7 @@ from app.log import logger
from app.schemas import MediaType
from app.utils.http import RequestUtils
from app.utils.url import UrlUtils
from schemas import MediaServerItem
from app.schemas import MediaServerItem
class Jellyfin: