Move ComicVine and GoogleBooks ExternalUrl providers to MediaBrowser.Providers.Books

This commit is contained in:
Shadowghost
2026-05-16 18:51:30 +02:00
parent 09e607db99
commit 8740f3d154
14 changed files with 7 additions and 163 deletions

View File

@@ -1,7 +1,7 @@
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.TV;
using MediaBrowser.Model.Entities;
using MediaBrowser.Providers.Plugins.ComicVine;
using MediaBrowser.Providers.Books.ComicVine;
using Xunit;
namespace Jellyfin.Providers.Tests.ExternalId

View File

@@ -1,7 +1,7 @@
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Entities.TV;
using MediaBrowser.Model.Entities;
using MediaBrowser.Providers.Plugins.GoogleBooks;
using MediaBrowser.Providers.Books.GoogleBooks;
using Xunit;
namespace Jellyfin.Providers.Tests.ExternalId