fix(releases): parse isScene as Origins SCENE (#716)

* fix(releases): parse isScene as Origins SCENE

* fix(releases): remove isScene
This commit is contained in:
ze0s 2023-02-14 22:48:10 +01:00 committed by GitHub
parent da416451e5
commit 5607184522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 14 deletions

View file

@ -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,