~chipaca/unity-lens-music/dont-force-us

« back to all changes in this revision

Viewing changes to src/track.vala

  • Committer: Neil Jagdish Patel
  • Author(s): Alex Launi
  • Date: 2011-09-15 18:08:53 UTC
  • mfrom: (41.1.5 musicstore)
  • Revision ID: neil.patel@canonical.com-20110915180853-hc7natia0x01nwap
Merge in initial support for searching one.ubuntu.com for music to purchase

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  
22
22
  public class Track : GLib.Object
23
23
  {
24
 
    public string Title { get; set; }
25
 
    public string Uri { get; set; }
26
 
    public string Artist { get; set; }
27
 
    public string MimeType { get; set; }
 
24
    public string title { get; set; }
 
25
    public string uri { get; set; }
 
26
    public string artist { get; set; }
 
27
    public string mime_type { get; set; }
 
28
    public string artwork_path { get; set; }
28
29
  }
29
30
}
 
 
b'\\ No newline at end of file'