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