Skip to content
Snippets Groups Projects
Commit 5b908209 authored by Brice Maron's avatar Brice Maron
Browse files

Correct seq name in media songs fix oc-589

parent ac358ed1
No related branches found
No related tags found
No related merge requests found
......@@ -277,7 +277,7 @@ class OC_MEDIA_COLLECTION{
$query=self::$queries['addsong'];
}
$query->execute(array($name,$artist,$album,$path,$uid,$length,$track,$size));
$songId=OCP\DB::insertid('*PREFIX*media_songs');
$songId=OCP\DB::insertid('*PREFIX*media_songs_song');
// self::setLastUpdated();
return self::getSongId($name,$artist,$album);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment