9 lines
203 B
C#
9 lines
203 B
C#
namespace ErsatzTV.Infrastructure.Emby.Models;
|
|
|
|
public class EmbyProviderIdsResponse
|
|
{
|
|
public string Imdb { get; set; }
|
|
public string Tmdb { get; set; }
|
|
public string Tvdb { get; set; }
|
|
}
|