mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-29 00:30:04 +02:00
Add a very basic remote control page
This commit is contained in:
@@ -507,7 +507,9 @@ Api_v1::sendWebpageWithArgs( QxtWebRequestEvent* event, const QString& filenameS
|
||||
void
|
||||
Api_v1::index( QxtWebRequestEvent* event )
|
||||
{
|
||||
send404( event );
|
||||
QString indexPage = RESPATH "www/index.html";
|
||||
QHash< QString, QString > args;
|
||||
sendWebpageWithArgs( event, indexPage, args );
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user