mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
core: code cleanup. part 2 (#9909)
This commit is contained in:
@@ -180,7 +180,7 @@ namespace Jackett.Common.Indexers
|
||||
|
||||
private string FixYearPosition(string title, string year)
|
||||
{
|
||||
int index = title.LastIndexOf('-');
|
||||
var index = title.LastIndexOf('-');
|
||||
// If its a series
|
||||
if (index != -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user