From 68ccd3f55d5fcf7517fe9296aa2fc9a1af14fff2 Mon Sep 17 00:00:00 2001 From: kaliko Date: Sun, 2 Feb 2014 16:57:22 +0100 Subject: [PATCH] Use the relevant callback to crop playlist --- sima/plugins/internal/crop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sima/plugins/internal/crop.py b/sima/plugins/internal/crop.py index 5ac8f0f..2ecbfc1 100644 --- a/sima/plugins/internal/crop.py +++ b/sima/plugins/internal/crop.py @@ -29,7 +29,7 @@ class Crop(Plugin): else: self.target = int(target) - def callback_playlist(self): + def callback_next_song(self): if not self.target: return player = self._Plugin__daemon.player -- 2.39.2