mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 18:53:27 +01:00
update nfo saving
This commit is contained in:
@@ -30,7 +30,7 @@ namespace MediaBrowser.XbmcMetadata.Savers
|
||||
{
|
||||
var list = new List<string>();
|
||||
|
||||
if (item.VideoType == VideoType.Dvd)
|
||||
if (item.VideoType == VideoType.Dvd && !item.IsPlaceHolder)
|
||||
{
|
||||
var path = item.ContainingFolderPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user