[doc] update spotify

This commit is contained in:
tobi-wan-kenobi 2020-06-25 20:00:57 +02:00
parent 542d841622
commit e9b917c214
2 changed files with 15 additions and 18 deletions

View file

@ -1,12 +1,3 @@
import sys
import dbus
import core.module
import core.widget
import core.input
import core.decorators
import util.format
"""Displays the current song being played and allows pausing, skipping ahead, and skipping back.
Requires the following library:
@ -23,6 +14,15 @@ contributed by `yvesh <https://github.com/yvesh>`_ - many thanks!
added controls by `LtPeriwinkle <https://github.com/LtPeriwinkle>`_ - many thanks!
"""
import sys
import dbus
import core.module
import core.widget
import core.input
import core.decorators
import util.format
class Module(core.module.Module):
def __init__(self, config, theme):