mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
Fixed: Use Nzb title as scene name when available
This commit is contained in:
@@ -24,10 +24,5 @@ namespace NzbDrone.Core.MediaFiles
|
||||
{
|
||||
return String.Format("[{0}] {1}", Id, RelativePath);
|
||||
}
|
||||
//
|
||||
// public String Path(Series series)
|
||||
// {
|
||||
// return System.IO.Path.Combine(series.Path, RelativePath);
|
||||
// }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user