mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat(filters): support Language filtering (#632)
* feat(filters): add support for language * feat(filters): add db migrations and repo * feat(filters): fix failing tests * feat(filters): fix failing tests
This commit is contained in:
parent
3c4711efa0
commit
5c402b6d6c
11 changed files with 120 additions and 8 deletions
|
@ -260,6 +260,7 @@ func TestRelease_Parse(t *testing.T) {
|
|||
Year: 2022,
|
||||
Group: "GROUP1",
|
||||
Season: 1,
|
||||
Language: []string{"ENGLiSH"},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -733,7 +734,7 @@ func TestRelease_DownloadTorrentFile(t *testing.T) {
|
|||
AudioChannels string
|
||||
Group string
|
||||
Region string
|
||||
Language string
|
||||
Language []string
|
||||
Proper bool
|
||||
Repack bool
|
||||
Website string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue