update
This commit is contained in:
parent
d545e76bfa
commit
1736904539
@ -61,10 +61,10 @@ func NewConfig(configPath string) (*Config, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (m *MediaFiles) SendGotify(message string, arr string, cfg *Config) {
|
func (m *MediaFiles) SendGotify(message string, arr string, cfg *Config) {
|
||||||
|
if cfg.Gotify.Enabled {
|
||||||
http.PostForm(cfg.Gotify.ServerURL+"/message?token="+cfg.Gotify.Token,
|
http.PostForm(cfg.Gotify.ServerURL+"/message?token="+cfg.Gotify.Token,
|
||||||
url.Values{"message": {message}, "title": {"Deleting Media from " + arr}, "priority": {"10"}})
|
url.Values{"message": {message}, "title": {"Deleting Media from " + arr}, "priority": {"10"}})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *MediaFiles) IsInFolder(cfg *Config) {
|
func (m *MediaFiles) IsInFolder(cfg *Config) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user