feat: Prompt the position of the song added by cli. Implement #186.

This commit is contained in:
Terry Geng
2020-07-14 19:20:12 +08:00
parent 7daef187a4
commit 56399c499f
3 changed files with 23 additions and 8 deletions

View File

@ -7,7 +7,7 @@ if TYPE_CHECKING:
import database
bot: 'mumbleBot.MumbleBot' = None
playlist: Type['media.playlist.BasePlaylist'] = None
playlist: 'media.playlist.BasePlaylist' = None
cache: 'media.cache.MusicCache' = None
user = ""