Esempio n. 1
0
 public bool MetaEnabled(ExtType type)
 {
     return(type.HasFlag(ExtType.OnlieMetaData));
 }
Esempio n. 2
0
 public bool LyricEnabled(ExtType type)
 {
     return(type.HasFlag(ExtType.Lyric));
 }
Esempio n. 3
0
 public bool MusicEnabled(ExtType type)
 {
     return(type.HasFlag(ExtType.OnlineMusic));
 }