mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 05:10:42 -04:00
9 lines
174 B
C#
9 lines
174 B
C#
namespace MediaBrowser.Providers.Plugins.Tmdb.Models.TV
|
|
{
|
|
public class Network
|
|
{
|
|
public int Id { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
}
|