Beispiel #1
0
        public async Task <IActionResult> Clear()
        {
            await _currentPlaylistService.ClearAsync().ConfigureAwait(false);

            await _broadcaster.ClearCurrentPlaylistAsync().ConfigureAwait(false);

            return(Ok());
        }