From e7425e6205fd9accb768084503c5174e820eaf7d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 10 Aug 2017 14:01:31 -0400 Subject: revert servicestack.text update --- MediaBrowser.Controller/Entities/IHasTrailers.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller/Entities/IHasTrailers.cs') diff --git a/MediaBrowser.Controller/Entities/IHasTrailers.cs b/MediaBrowser.Controller/Entities/IHasTrailers.cs index e5cbdff72..8686c802a 100644 --- a/MediaBrowser.Controller/Entities/IHasTrailers.cs +++ b/MediaBrowser.Controller/Entities/IHasTrailers.cs @@ -11,14 +11,14 @@ namespace MediaBrowser.Controller.Entities /// Gets or sets the remote trailers. /// /// The remote trailers. - List RemoteTrailers { get; set; } + MediaUrl[] RemoteTrailers { get; set; } /// /// Gets or sets the local trailer ids. /// /// The local trailer ids. - List LocalTrailerIds { get; set; } - List RemoteTrailerIds { get; set; } + Guid[] LocalTrailerIds { get; set; } + Guid[] RemoteTrailerIds { get; set; } } public static class HasTrailerExtensions -- cgit v1.2.3