curds: Set collection random value through the Playlist class

We still fix the value, but if we ever add extra handling in the base
class then we'll be able to catch it.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
This commit is contained in:
Anna Schumaker 2019-03-23 10:13:59 -04:00
parent f765536c86
commit a5535a5daa
1 changed files with 1 additions and 2 deletions

View File

@ -9,5 +9,4 @@ class CollectionPlaylist(playlist.Playlist):
self.loop = True
def set_loop(self, loop):
self.loop = True
return self.loop
return playlist.Playlist.set_loop(self, True)