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