mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
limit knowledge of lnk files
This commit is contained in:
parent
8f002964fb
commit
2da4ef2a01
2 changed files with 13 additions and 7 deletions
|
|
@ -247,7 +247,10 @@ namespace MediaBrowser.Controller.IO
|
|||
}
|
||||
}
|
||||
|
||||
public class WindowsShortcut
|
||||
/// <summary>
|
||||
/// Adapted from http://stackoverflow.com/questions/309495/windows-shortcut-lnk-parser-in-java
|
||||
/// </summary>
|
||||
internal class WindowsShortcut
|
||||
{
|
||||
public bool IsDirectory { get; private set; }
|
||||
public bool IsLocal { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue