aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/youtube-dl.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers/youtube-dl.ts')
-rw-r--r--server/helpers/youtube-dl.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/youtube-dl.ts b/server/helpers/youtube-dl.ts
index ff1fbf59f..c59ab9de0 100644
--- a/server/helpers/youtube-dl.ts
+++ b/server/helpers/youtube-dl.ts
@@ -120,7 +120,7 @@ function getTags (tags: any) {
120function getLicence (licence: string) { 120function getLicence (licence: string) {
121 if (!licence) return undefined 121 if (!licence) return undefined
122 122
123 if (licence.indexOf('Creative Commons Attribution licence') !== -1) return 1 123 if (licence.indexOf('Creative Commons Attribution') !== -1) return 1
124 124
125 return undefined 125 return undefined
126} 126}