mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 18:20:23 +01:00
Move ComicVine and GoogleBooks ExternalUrl providers to MediaBrowser.Providers.Books
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user