removed unneeded logging
This commit is contained in:
parent
9d81b0a223
commit
f19c23a7bb
1 changed files with 0 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ public class SearchService : ISearchService
|
|||
|
||||
private async Task<Tuple<string[], string[]>> GetLanguagesForItem(Item item)
|
||||
{
|
||||
_logger.LogInformation($"Getting subtitle languages for {item.Name}");
|
||||
|
||||
var subtitleLanguages = new List<string>();
|
||||
var audioLanguages = new List<string>();
|
||||
var client = await _clientService.GetClientFromJellyfinServerID(item.ServerId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue