mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
fixes #912 - Add special views for Dlna
This commit is contained in:
@@ -198,7 +198,7 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
|
||||
private string GetConnectUrl(string handler)
|
||||
{
|
||||
return "http://mb3admin.com/admin/connect/" + handler;
|
||||
return "http://mediabrowser.tv:8095/" + handler;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user