diff --git a/Yavsc/ApiControllers/streaming/StreamingApiController.cs b/Yavsc/ApiControllers/streaming/StreamingApiController.cs index 224be5bb..260f3996 100644 --- a/Yavsc/ApiControllers/streaming/StreamingApiController.cs +++ b/Yavsc/ApiControllers/streaming/StreamingApiController.cs @@ -17,6 +17,11 @@ namespace Yavsc { } public async Task GetStreamingToken() + { + _logger.LogInformation("Token asked"); + throw new NotImplementedException(); + } + public async Task GetLiveStreamingInde() { throw new NotImplementedException(); }