mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
Implement request / script uuids
This commit is contained in:
@@ -595,8 +595,7 @@ Tomahawk.PluginManager = {
|
||||
objects: {},
|
||||
identifyObject: function (object) {
|
||||
if( object.id === undefined ) {
|
||||
// FIXME: get a proper unique id
|
||||
object.id = "foobar";
|
||||
object.id = Tomahawk.uuid();
|
||||
}
|
||||
|
||||
return object.id;
|
||||
|
Reference in New Issue
Block a user