mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 04:34:18 +01:00
support dvd without video_ts folder
This commit is contained in:
@@ -46,7 +46,7 @@ namespace MediaBrowser.XbmcMetadata.Providers
|
||||
{
|
||||
var path = item.Path;
|
||||
|
||||
return Path.Combine(path, fileSystem.GetFileNameWithoutExtension(path) + ".nfo");
|
||||
return Path.Combine(path, Path.GetFileName(path) + ".nfo");
|
||||
}
|
||||
|
||||
return Path.ChangeExtension(item.Path, ".nfo");
|
||||
|
||||
Reference in New Issue
Block a user