~zgold550/do-plugins/DoMusic

« back to all changes in this revision

Viewing changes to Do Music MPD/MPD.cs

  • Committer: Zach Goldberg
  • Date: 2008-06-18 04:09:42 UTC
  • Revision ID: zgold@bluesata-20080618040942-153ggwvu5ifs5voa
Forgot the MPD icon a while back.  Re-Incorporate it

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        public class MPD : IMusicSource
18
18
        {
19
19
                public override string SourceName { get { return "MPD"; } }
20
 
                public override string Icon { get { return "mpd.png@MPD"; } }
 
20
                public override string Icon { get { return "mpd.png@" + GetType ().Assembly.FullName; } }
21
21
                                        
22
22
                private string CoverArtDirectory = Environment.GetFolderPath (Environment.SpecialFolder.Personal) + "/.covers";
23
23
                private bool available = false;