def __get_media_id(self, track_id):
"""
TrackId's must be unique even up to
the point that if you repeat a song
it must have a different TrackId.
"""
track_id = track_id + randint(10000000, 90000000)
return GLib.Variant("o", "/de/geigi/Cozy/TrackId/%s" % track_id)
评论列表
文章目录