aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/IShortcutHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/IO/IShortcutHandler.cs')
-rw-r--r--MediaBrowser.Model/IO/IShortcutHandler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/IO/IShortcutHandler.cs b/MediaBrowser.Model/IO/IShortcutHandler.cs
index 14d5c4b62..2c364a962 100644
--- a/MediaBrowser.Model/IO/IShortcutHandler.cs
+++ b/MediaBrowser.Model/IO/IShortcutHandler.cs
@@ -15,7 +15,7 @@ namespace MediaBrowser.Model.IO
/// </summary>
/// <param name="shortcutPath">The shortcut path.</param>
/// <returns>System.String.</returns>
- string Resolve(string shortcutPath);
+ string? Resolve(string shortcutPath);
/// <summary>
/// Creates the specified shortcut path.