Bug fix on the player

This commit is contained in:
Zoe Roux
2020-10-26 06:26:15 +01:00
parent 2dd0806517
commit 72417b873d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ namespace Kyoo.Api
_peoplePath = config.GetValue<string>("peoplePath");
}
[HttpGet("poster/{showSlug}")]
[Authorize(Policy="Read")]
public async Task<IActionResult> GetShowThumb(string showSlug)