Files
ersatztv/ErsatzTV.Core/Domain/Collection/JellyfinCollection.cs
T
Jason DoveandGitHub d67251bfa0 jellyfin and emby collection sync (#752)
* sync jellyfin and emby collections

* update changelog
2022-04-22 13:33:35 -05:00

10 lines
217 B
C#

namespace ErsatzTV.Core.Domain;
public class JellyfinCollection
{
public int Id { get; set; }
public string ItemId { get; set; }
public string Etag { get; set; }
public string Name { get; set; }
}