mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-12 19:56:30 +01:00
audio podcast
This commit is contained in:
@@ -316,6 +316,11 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
ServerId = _appHost.SystemId
|
||||
};
|
||||
|
||||
if (item.SourceType == SourceType.Channel)
|
||||
{
|
||||
dto.SourceType = item.SourceType.ToString();
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.People))
|
||||
{
|
||||
AttachPeople(dto, item);
|
||||
|
||||
Reference in New Issue
Block a user