Explorar o código

fix chapter images being stretched

Luke Pulverenti %!s(int64=8) %!d(string=hai) anos
pai
achega
7b46768958
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Emby.Server.Implementations/LiveTv/LiveTvManager.cs

+ 1 - 0
Emby.Server.Implementations/LiveTv/LiveTvManager.cs

@@ -1596,6 +1596,7 @@ namespace Emby.Server.Implementations.LiveTv
                 IsFolder = false,
                 IsVirtualItem = false,
                 Limit = query.Limit,
+                StartIndex = query.StartIndex,
                 SortBy = new[] { ItemSortBy.DateCreated },
                 SortOrder = SortOrder.Descending,
                 EnableTotalRecordCount = query.EnableTotalRecordCount,