1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

New: CustomFormat Score for history grabs

Fixes #5892
Fixes #5893
This commit is contained in:
Qstick
2022-10-17 22:13:19 -05:00
parent 856a55a9c9
commit 53a9c849cb
25 changed files with 312 additions and 147 deletions
@@ -25,6 +25,8 @@ namespace NzbDrone.Core.Parser.Model
public bool SceneSource { get; set; }
public string ReleaseGroup { get; set; }
public string Edition { get; set; }
public string SceneName { get; set; }
public bool OtherVideoFiles { get; set; }
public override string ToString()
{