mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
safer shortcut migration
This commit is contained in:
@@ -12,8 +12,8 @@ namespace MediaBrowser.Api.Library
|
||||
/// </summary>
|
||||
public static class LibraryHelpers
|
||||
{
|
||||
private const string ShortcutFileExtension = ".lnk";
|
||||
private const string ShortcutFileSearch = "*.lnk";
|
||||
private const string ShortcutFileExtension = ".mblink";
|
||||
private const string ShortcutFileSearch = "*" + ShortcutFileExtension;
|
||||
|
||||
/// <summary>
|
||||
/// Adds the virtual folder.
|
||||
|
||||
Reference in New Issue
Block a user