mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-26 23:30:23 +00:00
Move models to General directory
This commit is contained in:
parent
ea11dfb26d
commit
403ec756ab
@ -1,6 +1,6 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace TMDbLib.Objects.Movies
|
||||
namespace TMDbLib.Objects.General
|
||||
{
|
||||
public class WatchProviderItem
|
||||
{
|
@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace TMDbLib.Objects.Movies
|
||||
namespace TMDbLib.Objects.General
|
||||
{
|
||||
public class WatchProviders
|
||||
{
|
@ -1,6 +1,6 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace TMDbLib.Objects.Movies
|
||||
namespace TMDbLib.Objects.General
|
||||
{
|
||||
public class WatchProvidersByRegion
|
||||
{
|
Loading…
Reference in New Issue
Block a user