mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 11:39:59 +02:00
Merge branch '154-tv-highlighted' into 'develop'
Resolve "Add "TV" to the list of highlighted words during import" Closes #154 See merge request funkwhale/funkwhale!277
This commit is contained in:
commit
e093ff1ce7
2 changed files with 2 additions and 0 deletions
1
changes/changelog.d/154.enhancement
Normal file
1
changes/changelog.d/154.enhancement
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Added "TV" to the list of highlighted words during YouTube import (#154)
|
|
@ -102,6 +102,7 @@ export default Vue.extend({
|
||||||
importedUrl: '',
|
importedUrl: '',
|
||||||
warnings: [
|
warnings: [
|
||||||
'live',
|
'live',
|
||||||
|
'tv',
|
||||||
'full',
|
'full',
|
||||||
'cover',
|
'cover',
|
||||||
'mix'
|
'mix'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue