Remove AlbumPlayCountMode from command line options

This commit is contained in:
Deluan 2024-04-27 20:39:16 -04:00
parent 92a98cd558
commit 28f7ef43c1
1 changed files with 0 additions and 1 deletions

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