8 lines
85 B
C#
8 lines
85 B
C#
namespace EmbyToolbox.Models;
|
|
|
|
public enum SourceKind
|
|
{
|
|
Embedded,
|
|
External
|
|
}
|