mirror of
https://github.com/Jackett/Jackett.git
synced 2025-12-26 15:36:21 +01:00
Merge branch 'master' of https://github.com/Jackett/Jackett
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
categorymappings:
|
||||
- {id: 1, cat: Movies, desc: "Movies"}
|
||||
- {id: 2, cat: TV, desc: "TV"}
|
||||
- {id: 3, cat: Audio, desc: "Music"}
|
||||
|
||||
modes:
|
||||
search: [q]
|
||||
@@ -36,7 +35,6 @@
|
||||
inputs:
|
||||
$raw: "{{range .Categories}}categories[]={{.}}&{{end}}"
|
||||
search: "{{if .Query.IMDBID}}{{else}}{{ .Keywords }}{{end}}"
|
||||
description: ""
|
||||
uploader: ""
|
||||
imdb: "{{ .Query.IMDBIDShort }}"
|
||||
tvdb: ""
|
||||
|
||||
@@ -30,6 +30,8 @@ namespace Jackett.Tray
|
||||
Hide();
|
||||
InitializeComponent();
|
||||
|
||||
Opacity = 0;
|
||||
Enabled = false;
|
||||
WindowState = FormWindowState.Minimized;
|
||||
FormBorderStyle = FormBorderStyle.FixedToolWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user