mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-14 14:16:35 +00:00
Fix namespace in tvdbclientmanager
This commit is contained in:
@@ -10,7 +10,7 @@ using Microsoft.Extensions.Caching.Memory;
|
||||
using TvDbSharper;
|
||||
using TvDbSharper.Dto;
|
||||
|
||||
namespace MediaBrowser.Providers.TV
|
||||
namespace MediaBrowser.Providers.TV.TheTVDB
|
||||
{
|
||||
// TODO add to DI once Bond's PR is merged
|
||||
public sealed class TvDbClientManager
|
||||
|
||||
Reference in New Issue
Block a user