~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/devices/wmdmloader.cpp

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
  }
115
115
  storage3->Release();
116
116
 
 
117
  QUrl url;
 
118
  url.setScheme("wmdm");
 
119
  url.setPath(path_components->join("/"));
 
120
 
117
121
  // Store the metadata in here
118
122
  Song song;
119
123
  song.InitFromWmdm(metadata);
120
124
  song.set_directory_id(1);
121
 
  song.set_filename(path_components->join("/"));
 
125
  song.set_url(url);
122
126
 
123
127
  metadata->Release();
124
128