mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
8 lines
148 B
C#
8 lines
148 B
C#
namespace NzbDrone.Core.Notifications.Plex.Models
|
|
{
|
|
public class PlexResponse<T>
|
|
{
|
|
public T MediaContainer { get; set; }
|
|
}
|
|
}
|