Remove compute name hook
This commit is contained in:
@@ -52,7 +52,6 @@ type ZurgConfig struct {
|
|||||||
ForceIPv6 bool `yaml:"force_ipv6" json:"force_ipv6"`
|
ForceIPv6 bool `yaml:"force_ipv6" json:"force_ipv6"`
|
||||||
|
|
||||||
OnLibraryUpdate string `yaml:"on_library_update" json:"on_library_update"`
|
OnLibraryUpdate string `yaml:"on_library_update" json:"on_library_update"`
|
||||||
ComputeNameHook string `yaml:"compute_name_hook" json:"compute_name_hook"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (z *ZurgConfig) GetConfig() ZurgConfig {
|
func (z *ZurgConfig) GetConfig() ZurgConfig {
|
||||||
@@ -158,7 +157,3 @@ func (z *ZurgConfig) GetRateLimitSleepSeconds() int {
|
|||||||
func (z *ZurgConfig) ShouldDeleteRarFiles() bool {
|
func (z *ZurgConfig) ShouldDeleteRarFiles() bool {
|
||||||
return z.DeleteRarFiles
|
return z.DeleteRarFiles
|
||||||
}
|
}
|
||||||
|
|
||||||
func (z *ZurgConfig) GetComputeNameHook() string {
|
|
||||||
return z.ComputeNameHook
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user