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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>