From 421709dc454e3c3ab18fdedd9b8cdf15fa3bff33 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 21 Dec 2018 14:05:05 +0000 Subject: [PATCH] [Abstract] --- Yavsc/ApiControllers/streaming/StreamingApiController.cs | 5 +++++ 1 file changed, 5 insertions(+) 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(); }