Files
ersatztv/ErsatzTV.Core/FFmpeg/TempFileCategory.cs
T

13 lines
208 B
C#

namespace ErsatzTV.Core.FFmpeg
{
public enum TempFileCategory
{
Subtitle = 0,
SongBackground = 1,
CoverArt = 2,
CachedArtwork = 3,
BadPlaylist = 99
}
}