]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/feeds/feed-format.enum.ts
Allow to specify transcoding and import jobs concurrency
[github/Chocobozzz/PeerTube.git] / shared / models / feeds / feed-format.enum.ts
index f3173a78137588c64102b98a37299a633111a5d1..d3d574331268cc25ffdb73e04145f4bc4517deb1 100644 (file)
@@ -1,4 +1,4 @@
-export enum FeedFormat {
+export const enum FeedFormat {
   RSS = 'xml',
   ATOM = 'atom',
   JSON = 'json'