@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Add episode thumbnail artwork URL to XMLTV template
- By default, poster will be added as image with type "poster" and thumbnail will be added as image with type "still"
- Poster will continue to be added as icon by default
- Add buttons to edit Jellyfin and Emby connection information in **Media Sources** > **Jellyfin** and **Media Sources** > **Emby**
@ -3,6 +3,7 @@ using ErsatzTV.Core;
@@ -3,6 +3,7 @@ using ErsatzTV.Core;
usingErsatzTV.Core.Emby;
usingErsatzTV.Core.Interfaces.Emby;
usingErsatzTV.Core.Interfaces.Repositories;
usingMicrosoft.Extensions.Caching.Memory;
namespaceErsatzTV.Application.Emby;
@ -12,16 +13,19 @@ public class SaveEmbySecretsHandler : IRequestHandler<SaveEmbySecrets, Either<Ba
@@ -12,16 +13,19 @@ public class SaveEmbySecretsHandler : IRequestHandler<SaveEmbySecrets, Either<Ba
@ -47,6 +51,7 @@ public class SaveEmbySecretsHandler : IRequestHandler<SaveEmbySecrets, Either<Ba
@@ -47,6 +51,7 @@ public class SaveEmbySecretsHandler : IRequestHandler<SaveEmbySecrets, Either<Ba
@ -3,6 +3,7 @@ using ErsatzTV.Core;
@@ -3,6 +3,7 @@ using ErsatzTV.Core;
usingErsatzTV.Core.Interfaces.Jellyfin;
usingErsatzTV.Core.Interfaces.Repositories;
usingErsatzTV.Core.Jellyfin;
usingMicrosoft.Extensions.Caching.Memory;
namespaceErsatzTV.Application.Jellyfin;
@ -12,16 +13,19 @@ public class SaveJellyfinSecretsHandler : IRequestHandler<SaveJellyfinSecrets, E
@@ -12,16 +13,19 @@ public class SaveJellyfinSecretsHandler : IRequestHandler<SaveJellyfinSecrets, E
@ -47,6 +51,7 @@ public class SaveJellyfinSecretsHandler : IRequestHandler<SaveJellyfinSecrets, E
@@ -47,6 +51,7 @@ public class SaveJellyfinSecretsHandler : IRequestHandler<SaveJellyfinSecrets, E