fix type error on settingssave
This commit is contained in:
		@@ -46,13 +46,13 @@ type SettingsType struct {
 | 
			
		||||
	PasswordEnabled bool
 | 
			
		||||
	TMDBGrabbing    bool
 | 
			
		||||
	DarkMode        bool
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type SettingsSizeType struct {
 | 
			
		||||
	VideoNr       uint32
 | 
			
		||||
	DBSize        float32
 | 
			
		||||
	DifferentTags uint32
 | 
			
		||||
	TagsAdded     uint32
 | 
			
		||||
 | 
			
		||||
	PathPrefix string
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type TVShow struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user