1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00
Files
Sonarr/NzbDrone.Core/DataAugmentation/Xem/Model/XemSceneTvdbMapping.cs
T
2013-09-18 18:09:26 -07:00

9 lines
196 B
C#

namespace NzbDrone.Core.DataAugmentation.Xem.Model
{
public class XemSceneTvdbMapping
{
public XemValues Scene { get; set; }
public XemValues Tvdb { get; set; }
}
}