aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/MbLinkShortcutHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/IO/MbLinkShortcutHandler.cs')
-rw-r--r--Emby.Server.Implementations/IO/MbLinkShortcutHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IO/MbLinkShortcutHandler.cs b/Emby.Server.Implementations/IO/MbLinkShortcutHandler.cs
index e6696b8c4..76c58d5dc 100644
--- a/Emby.Server.Implementations/IO/MbLinkShortcutHandler.cs
+++ b/Emby.Server.Implementations/IO/MbLinkShortcutHandler.cs
@@ -17,7 +17,7 @@ namespace Emby.Server.Implementations.IO
public string Extension => ".mblink";
- public string Resolve(string shortcutPath)
+ public string? Resolve(string shortcutPath)
{
if (string.IsNullOrEmpty(shortcutPath))
{