mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
fix bdinfo path
This commit is contained in:
@@ -30,6 +30,11 @@ namespace MediaBrowser.MediaEncoding.BdInfo
|
||||
/// <returns>BlurayDiscInfo.</returns>
|
||||
public BlurayDiscInfo GetDiscInfo(string path)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(path))
|
||||
{
|
||||
throw new ArgumentNullException("path");
|
||||
}
|
||||
|
||||
var bdrom = new BDROM(path, _fileSystem, _textEncoding);
|
||||
|
||||
bdrom.Scan();
|
||||
|
||||
Reference in New Issue
Block a user