Add 'enclosure' property to 'podcast'.

This commit is contained in:
Daniel Rosenwasser
2015-08-26 17:54:35 -07:00
parent d02c586416
commit 14c1dd16fe
+6
View File
@@ -64,6 +64,12 @@ interface IItemOptions
date: Date;
lat?: number;
long?: number;
enclosure?: {
url: string;
file?: string;
size?: number;
mime?: string;
}
itunesAuthor?: string;
itunesExplicit?: boolean;
itunesSubtitle?: string;