ts3client: That "k" went missing.

develop
Icedream 2016-04-09 19:44:47 +02:00
parent f5df78d60c
commit a55c1eee30
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ module.exports = class TS3ClientService extends services.Service
ts3settings = new TS3Settings config.get("ts3-config-path")
await ts3settings.open defer()
# Delete bookmars to prevent auto-connect bookmarks from weirding out the client
# Delete bookmarks to prevent auto-connect bookmarks from weirding out the client
await ts3settings.query "delete * from Bookmarks", defer()
# Delete default playback settings to enforce muted playback later on