mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-20 04:18:51 -07:00
10 lines
196 B
C#
10 lines
196 B
C#
namespace MediaBrowser.Providers.Plugins.Tmdb.Models.Movies
|
|
{
|
|
public class SpokenLanguage
|
|
{
|
|
public string Iso_639_1 { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
}
|
|
}
|