aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Branding
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Branding')
-rw-r--r--MediaBrowser.Model/Branding/BrandingOptions.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Branding/BrandingOptions.cs b/MediaBrowser.Model/Branding/BrandingOptions.cs
index 01db70885..cc42c1718 100644
--- a/MediaBrowser.Model/Branding/BrandingOptions.cs
+++ b/MediaBrowser.Model/Branding/BrandingOptions.cs
@@ -29,10 +29,4 @@ public class BrandingOptions
/// </remarks>
[JsonIgnore]
public string? SplashscreenLocation { get; set; }
-
- /// <summary>
- /// Gets the splashscreen url.
- /// </summary>
- [XmlIgnore]
- public string SplashscreenUrl => "/Branding/Splashscreen";
}