mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
add organize now/sync prepare buttons
This commit is contained in:
@@ -1263,8 +1263,6 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
var mediaSource = info.MediaSources.FirstOrDefault();
|
||||
|
||||
item.Path = mediaSource == null ? null : mediaSource.Path;
|
||||
|
||||
item.DisplayMediaType = channelMediaItem.ContentType.ToString();
|
||||
}
|
||||
|
||||
if (isNew)
|
||||
|
||||
Reference in New Issue
Block a user