mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(releases): parse isScene as Origins SCENE (#716)
* fix(releases): parse isScene as Origins SCENE * fix(releases): remove isScene
This commit is contained in:
parent
da416451e5
commit
5607184522
3 changed files with 7 additions and 14 deletions
|
@ -639,7 +639,6 @@ func TestRelease_ParseString(t *testing.T) {
|
|||
Artists: tt.fields.Artists,
|
||||
Type: tt.fields.Type,
|
||||
LogScore: tt.fields.LogScore,
|
||||
IsScene: tt.fields.IsScene,
|
||||
Origin: tt.fields.Origin,
|
||||
Tags: tt.fields.Tags,
|
||||
ReleaseTags: tt.fields.ReleaseTags,
|
||||
|
@ -741,7 +740,6 @@ func TestRelease_DownloadTorrentFile(t *testing.T) {
|
|||
Artists string
|
||||
Type string
|
||||
LogScore int
|
||||
IsScene bool
|
||||
Origin string
|
||||
Tags []string
|
||||
ReleaseTags string
|
||||
|
@ -838,7 +836,6 @@ func TestRelease_DownloadTorrentFile(t *testing.T) {
|
|||
Artists: tt.fields.Artists,
|
||||
Type: tt.fields.Type,
|
||||
LogScore: tt.fields.LogScore,
|
||||
IsScene: tt.fields.IsScene,
|
||||
Origin: tt.fields.Origin,
|
||||
Tags: tt.fields.Tags,
|
||||
ReleaseTags: tt.fields.ReleaseTags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue