1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00
This commit is contained in:
Qstick
2021-08-03 00:43:28 -04:00
committed by Mark McDowall
parent 878d1561aa
commit 1c22a1ec0d
1201 changed files with 5620 additions and 4303 deletions
+4 -1
View File
@@ -41,7 +41,10 @@ namespace Sonarr.Api.V3.Queue
{
public static QueueResource ToResource(this NzbDrone.Core.Queue.Queue model, bool includeSeries, bool includeEpisode)
{
if (model == null) return null;
if (model == null)
{
return null;
}
return new QueueResource
{