Apply suggestions from code review

This commit is contained in:
David Ullmer
2021-08-18 14:22:01 +02:00
committed by Cody Robibero
parent 9e23af5636
commit 9e0958d822
3 changed files with 6 additions and 9 deletions

View File

@@ -33,6 +33,6 @@ namespace MediaBrowser.Model.Branding
/// Gets the splashscreen url.
/// </summary>
[XmlIgnore]
public string SplashscreenUrl => "/Branding/Splashscreen";
public string? SplashscreenUrl => "/Branding/Splashscreen";
}
}