From 66a8a5161a2c020fbecc85ec14b36970935f8056 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Wed, 3 Oct 2018 01:35:21 -0500 Subject: [PATCH] Fix local trailers --- resources/lib/emby/core/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lib/emby/core/api.py b/resources/lib/emby/core/api.py index bf188324..a5e93911 100644 --- a/resources/lib/emby/core/api.py +++ b/resources/lib/emby/core/api.py @@ -28,8 +28,8 @@ def basic_info(): def info(): return ( - "Path,Genres,SortName,Studios,Writer,Taglines," - "OfficialRating,CumulativeRunTimeTicks," + "Path,Genres,SortName,Studios,Writer,Taglines,LocalTrailerCount," + "OfficialRating,CumulativeRunTimeTicks,ItemCounts," "Metascore,AirTime,DateCreated,People,Overview," "CriticRating,CriticRatingSummary,Etag,ShortOverview,ProductionLocations," "Tags,ProviderIds,ParentId,RemoteTrailers,SpecialEpisodeNumbers,"