mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-09 22:08:04 -05:00
Add yaml tags to Icons
This commit is contained in:
@@ -8,18 +8,18 @@ type Icons struct {
|
|||||||
Tv string `mapstructure:"tv"`
|
Tv string `mapstructure:"tv"`
|
||||||
Avr string `mapstructure:"avr"`
|
Avr string `mapstructure:"avr"`
|
||||||
Stb string `mapstructure:"stb"`
|
Stb string `mapstructure:"stb"`
|
||||||
AudioDongle string `mapstructure:"audio_dongle"`
|
AudioDongle string `yaml:"audio_dongle" mapstructure:"audio_dongle"`
|
||||||
GameConsole string `mapstructure:"game_console"`
|
GameConsole string `yaml:"game_console" mapstructure:"game_console"`
|
||||||
CastVideo string `mapstructure:"cast_video"`
|
CastVideo string `yaml:"cast_video" mapstructure:"cast_video"`
|
||||||
CastAudio string `mapstructure:"cast_audio"`
|
CastAudio string `yaml:"cast_audio" mapstructure:"cast_audio"`
|
||||||
Automobile string `mapstructure:"automobile"`
|
Automobile string `mapstructure:"automobile"`
|
||||||
Playing string `mapstructure:"playing"`
|
Playing string `mapstructure:"playing"`
|
||||||
Paused string `mapstructure:"paused"`
|
Paused string `mapstructure:"paused"`
|
||||||
ShuffleOn string `mapstructure:"shuffle_on"`
|
ShuffleOn string `yaml:"shuffle_on" mapstructure:"shuffle_on"`
|
||||||
ShuffleOff string `mapstructure:"shuffle_off"`
|
ShuffleOff string `yaml:"shuffle_off" mapstructure:"shuffle_off"`
|
||||||
RepeatOne string `mapstructure:"repeat_one"`
|
RepeatOne string `yaml:"repeat_one" mapstructure:"repeat_one"`
|
||||||
RepeatAll string `mapstructure:"repeat_all"`
|
RepeatAll string `yaml:"repeat_all" mapstructure:"repeat_all"`
|
||||||
RepeatOff string `mapstructure:"repeat_off"`
|
RepeatOff string `yaml:"repeat_off" mapstructure:"repeat_off"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewIcons() *Icons {
|
func NewIcons() *Icons {
|
||||||
|
|||||||
Reference in New Issue
Block a user