mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 07:39:29 -06:00
9 lines
190 B
C#
9 lines
190 B
C#
namespace FileFlows.Plex.Models;
|
|
|
|
internal class PlexMetadata
|
|
{
|
|
public string RatingKey { get; set; }
|
|
public string Key { get; set; }
|
|
public PlexMedia[] Media { get; set; }
|
|
}
|