Skip to content

Commit

Permalink
WIP: subdl
Browse files Browse the repository at this point in the history
  • Loading branch information
josdion committed Oct 26, 2024
1 parent 6ce43d0 commit cebcf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Providers/SubDl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ protected async Task<List<SubtitleInfo>> Search(SearchInfo si, string apiKey, Ca
float score = si.CaclScore(file.Name, subScore, false, false);
if (score == 0 || score < GetOptions().MinScore)
{
_logger.LogInformation($"Ignore file: {subItem.Release ?? ""} ID: {subItem.Name} Score: {score}");
_logger.LogInformation($"Ignore file: {file.Name} Page: {link.Referer} Link: {link.Url} Score: {score}");
continue;
}

Expand Down

0 comments on commit cebcf56

Please sign in to comment.