From ec461ae99ed8573ee0ce4cd5c4c9bde9abaf8f49 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Fri, 8 May 2020 13:24:03 +0200 Subject: [PATCH] Doc. --- modules/core/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/state.py b/modules/core/state.py index d7d5980f..c5955b45 100644 --- a/modules/core/state.py +++ b/modules/core/state.py @@ -80,7 +80,7 @@ class PlayerStateService: def store_trackservice_entry(self, source): """ - Stores the given entry the Track Service. + Stores the given entry in the Track Service. Args: source (String): The URI of the currently playing source -- GitLab