Added quality info (#918)
* added quality info * fixed formatting * implemented various suggestions * npm run prettier * applied suggestions * npm run prettier * corrected lossless formats and other suggestions * moved losslessformats into consts.js * added some test * typo while resolving conflicts * fetch * removed a bug causing component (as suggested) * Update PlayerToolbar.js * implemented suggestions * added few more tests * npm run prettier * added size * updated qualityInfo * implemented suggestions * added test for when no record is recieved * Update QualityInfo.js
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@
|
||||
"bitRate": "Bit rate",
|
||||
"discSubtitle": "Disc Subtitle",
|
||||
"starred": "Favourite",
|
||||
"comment": "Comment"
|
||||
"comment": "Comment",
|
||||
"quality": "Quality"
|
||||
},
|
||||
"actions": {
|
||||
"addToQueue": "Play Later",
|
||||
|
||||
Reference in New Issue
Block a user