[doc] update spotify
This commit is contained in:
parent
542d841622
commit
e9b917c214
2 changed files with 15 additions and 18 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue