mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Remove AlbumPlayCountMode from command line options
This commit is contained in:
parent
92a98cd558
commit
28f7ef43c1
1 changed files with 0 additions and 1 deletions
|
@ -215,5 +215,4 @@ func init() {
|
|||
_ = viper.BindPFlag("enabletranscodingconfig", rootCmd.Flags().Lookup("enabletranscodingconfig"))
|
||||
_ = viper.BindPFlag("transcodingcachesize", rootCmd.Flags().Lookup("transcodingcachesize"))
|
||||
_ = viper.BindPFlag("imagecachesize", rootCmd.Flags().Lookup("imagecachesize"))
|
||||
_ = viper.BindPFlag("albumplaycountmode", rootCmd.Flags().Lookup("albumplaycountmode"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue