mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed sab title issue
Added profiling to OpenSharedconnection
This commit is contained in:
parent
f6ccb5e17c
commit
5fb2c61c77
4 changed files with 27 additions and 18 deletions
|
@ -137,6 +137,7 @@ namespace NzbDrone.Core.Providers
|
|||
if (episodeInfo != null)
|
||||
{
|
||||
result.Add(episodeInfo);
|
||||
parseResult.EpisodeTitle = episodeInfo.Title;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue