url: Add support for ts3server:// uris

Closes #1659
This commit is contained in:
Scott Scheiner 2016-03-27 02:14:00 +10:30 committed by Patrick Griffis
parent dce6a7612a
commit 356241bdfb

View File

@ -533,6 +533,7 @@ struct
{ "spotify", "", URI_PATH },
{ "lastfm", "/", URI_PATH },
{ "xfire", "", URI_PATH },
{ "ts3server", "", URI_PATH },
{ NULL, "", 0}
};