Update Jellyfin.Api/Controllers/PackageController.cs

Applying requested changes to PackageController

Co-Authored-By: Cody Robibero <cody@robibe.ro>
This commit is contained in:
Bruce Coelho
2020-04-25 21:32:49 +01:00
committed by GitHub
parent c7fe8b04cc
commit f66714561e

View File

@@ -49,7 +49,7 @@ namespace Jellyfin.Api.Controllers
name,
string.IsNullOrEmpty(assemblyGuid) ? default : Guid.Parse(assemblyGuid)).FirstOrDefault();
return Ok(result);
return result;
}
/// <summary>