diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-21 12:10:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-21 12:10:02 -0400 |
| commit | c0aec48a31d96726a6fb1814f28b6971fabca163 (patch) | |
| tree | 5ae0f4c295a722dfbc91e93d20b632d449adcf4e /MediaBrowser.WebDashboard/Api/PackageCreator.cs | |
| parent | e068e84ab6c2bdee49c41ceef50cbcedd8bcb355 (diff) | |
beta fixes
Diffstat (limited to 'MediaBrowser.WebDashboard/Api/PackageCreator.cs')
| -rw-r--r-- | MediaBrowser.WebDashboard/Api/PackageCreator.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MediaBrowser.WebDashboard/Api/PackageCreator.cs b/MediaBrowser.WebDashboard/Api/PackageCreator.cs index a93cccfbc..4262a314d 100644 --- a/MediaBrowser.WebDashboard/Api/PackageCreator.cs +++ b/MediaBrowser.WebDashboard/Api/PackageCreator.cs @@ -180,11 +180,9 @@ namespace MediaBrowser.WebDashboard.Api sb.Append("<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, user-scalable=no\">"); //sb.Append("<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">"); sb.Append("<meta name=\"mobile-web-app-capable\" content=\"yes\">"); - sb.Append("<meta name=\"application-name\" content=\"Media Browser\">"); + sb.Append("<meta name=\"application-name\" content=\"Emby\">"); //sb.Append("<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\">"); - sb.Append("<meta name=\"application-name\" content=\"Media Browser\">"); - sb.Append("<meta name=\"robots\" content=\"noindex, nofollow, noarchive\" />"); // http://developer.apple.com/library/ios/#DOCUMENTATION/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html |
