From 7c9c0c999dd03fe81b51bbe5854bb50997b94ab0 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 1 Oct 2013 16:20:48 -0400 Subject: safer shortcut migration --- MediaBrowser.Api/Library/LibraryHelpers.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Api/Library/LibraryHelpers.cs') diff --git a/MediaBrowser.Api/Library/LibraryHelpers.cs b/MediaBrowser.Api/Library/LibraryHelpers.cs index 4837c64d7..008cfb27f 100644 --- a/MediaBrowser.Api/Library/LibraryHelpers.cs +++ b/MediaBrowser.Api/Library/LibraryHelpers.cs @@ -12,8 +12,8 @@ namespace MediaBrowser.Api.Library /// public static class LibraryHelpers { - private const string ShortcutFileExtension = ".lnk"; - private const string ShortcutFileSearch = "*.lnk"; + private const string ShortcutFileExtension = ".mblink"; + private const string ShortcutFileSearch = "*" + ShortcutFileExtension; /// /// Adds the virtual folder. -- cgit v1.2.3