aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Branding
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-01-10 10:59:32 -0700
committerCody Robibero <cody@robibe.ro>2022-01-10 10:59:32 -0700
commit0d335082c8cf541637f4bcae1dc0399f649d24ce (patch)
treed86c0ca71435f543986a4a4e6bac2f4734d565a8 /MediaBrowser.Model/Branding
parent6520ad03f055af5127b44d4afe310f0786bc6275 (diff)
suggestions from review
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";
}