Skip to content

Commit

Permalink
fix: populate all lookup tables before returning
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Jul 10, 2024
1 parent 7e09606 commit 5575a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shokofin/API/ShokoAPIManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -982,9 +982,9 @@ public bool TryGetDefaultSeriesIdForSeriesId(string seriesId, [NotNullWhen(true)

PathToSeriesIdDictionary[path] = primaryId;
SeriesIdToPathDictionary.TryAdd(primaryId, path);

return primaryId;
}

return primaryId;
}

// In the edge case for series with only files with multiple
Expand Down

0 comments on commit 5575a5a

Please sign in to comment.