mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-27 11:57:49 -04: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; }
|
|
}
|
|
}
|