Skip to content

Commit 982193c

Browse files
authored
fix(route/aeon): audio type is inaccessible (#21067)
1 parent 5c416b8 commit 982193c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/routes/aeon/type.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const route: Route = {
4545
options: [
4646
{ value: 'essays', label: 'Essays' },
4747
{ value: 'videos', label: 'Videos' },
48-
{ value: 'audio', label: 'Audio' },
4948
],
5049
},
5150
},
@@ -65,7 +64,7 @@ export const route: Route = {
6564
name: 'Types',
6665
maintainers: ['emdoe'],
6766
handler,
68-
description: `Supported types: Essays, Videos, and Audio.
67+
description: `Supported types: Essays and Videos.
6968
7069
Compared to the official one, the RSS feed generated by RSSHub not only has more fine-grained options, but also eliminates pull quotes, which can't be easily distinguished from other paragraphs by any RSS reader, but only disrupt the reading flow. This feed also provides users with a bio of the author at the top.`,
7170
};

0 commit comments

Comments
 (0)