1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00
This commit is contained in:
Syd Lawrence
2012-07-13 23:17:37 +01:00

View File

@@ -87,6 +87,7 @@ internalGet( const artist_ptr& artist, const album_ptr& album, bool autoCreate,
item->album = album;
item->type = type;
item->create = autoCreate;
item->promise.reportStarted();
return item;
}