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
|
@ -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…
Reference in New Issue