From 9c5d27ad29c90cb288f2c4fee39d422c71a0abd1 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 27 Aug 2020 11:40:34 +0200 Subject: [PATCH] Doc. --- modules/core/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/events.py b/modules/core/events.py index 3cec5c26..2f4d7bfb 100644 --- a/modules/core/events.py +++ b/modules/core/events.py @@ -170,7 +170,7 @@ class EngineEventDispatcher(): and passes an `PlaylistEntry` to event handlers. Args: - source (String): The `Entry` or URI or of the media source currently being played + source (String): The `Entry` object *or* the URI of the media source currently playing """ self.logger.debug("on_play(..)") entry = None -- GitLab