Skip to content

Commit

Permalink
Fix Adding Files to MyList with Manually Linked Files
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Aug 5, 2018
1 parent 99f2301 commit e5ff342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Shoko.Server/AniDB_API/Commands/AniDBCommand_AddFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public virtual enHelperActivityType Process(ref Socket soUDP,
if (arrResult.Length >= 2)
{
int.TryParse(arrResult[1], out MyListID);
if (FileData == null) MyListID = 0;
}
return enHelperActivityType.FileAdded;
}
Expand Down

0 comments on commit e5ff342

Please sign in to comment.