Remove AlbumPlayCountMode from command line options

This commit is contained in:
Deluan 2024-04-27 20:39:16 -04:00 committed by Joe Stump
parent e95e88950c
commit 198fc5f9c9
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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"))
}