aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/syndication.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/video/syndication.model.ts')
-rw-r--r--client/src/app/shared/video/syndication.model.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/client/src/app/shared/video/syndication.model.ts b/client/src/app/shared/video/syndication.model.ts
deleted file mode 100644
index c59ab01e8..000000000
--- a/client/src/app/shared/video/syndication.model.ts
+++ /dev/null
@@ -1,7 +0,0 @@
1import { FeedFormat } from '../../../../../shared/models/feeds/feed-format.enum'
2
3export interface Syndication {
4 format: FeedFormat,
5 label: string,
6 url: string
7}