mirror of
https://github.com/Sonarr/Sonarr
synced 2026-04-22 13:11:32 +02:00
8 lines
196 B
C#
8 lines
196 B
C#
namespace NzbDrone.Core.DataAugmentation.Xem.Model
|
|
{
|
|
public class XemSceneTvdbMapping
|
|
{
|
|
public XemValues Scene { get; set; }
|
|
public XemValues Tvdb { get; set; }
|
|
}
|
|
}
|