mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 05:47:19 -05:00
10 lines
175 B
C#
10 lines
175 B
C#
namespace MediaBrowser.Providers.Plugins.Tmdb.Models.TV
|
|
{
|
|
public class Network
|
|
{
|
|
public int Id { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
}
|
|
}
|