1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed: A few issues with the new alternative titles feature. (#2008) (Fixes #1919, #1927 and #1917)

Added: Ability to force download movies that could not be mapped correctly. This also shares these mappings with other users, so everyone can profit :)
This commit is contained in:
Leonardo Galli
2017-08-27 16:42:11 +02:00
committed by GitHub
parent efe49ef3c4
commit 09d51dca0f
3 changed files with 5 additions and 10 deletions
@@ -23,6 +23,7 @@ namespace Marr.Data.QGen
_innerQuery.BuildSelectClause(sql);
_innerQuery.BuildFromClause(sql);
_innerQuery.BuildJoinClauses(sql);
_innerQuery.BuildWhereClause(sql);
_innerQuery.BuildGroupBy(sql);
sql.Append(") ");