* start adding jellyfin path info; fix some scanning bugs * sync jellyfin libraries before scanning to ensure latest path infos * code cleanup * support emby path infos * fix periodic scanning of emby and jellyfin libraries * bug fixes
7 lines
158 B
C#
7 lines
158 B
C#
namespace ErsatzTV.Infrastructure.Emby.Models;
|
|
|
|
public class EmbyLibraryOptionsResponse
|
|
{
|
|
public List<EmbyPathInfosResponse> PathInfos { get; set; }
|
|
}
|