Skip to content

Commit

Permalink
Add default quality enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrews54757 committed May 16, 2024
1 parent cdf574c commit b7728e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chrome/player/options/defaults/DefaultQualities.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export const DefaultQualities = {
'AUTO': 'Auto',
'480p': '480p',
'720p': '720p',
'1080p': '1080p',
'1440p': '1440p',
'2160p': '2160p',
'4320p': '4320p',
};

0 comments on commit b7728e6

Please sign in to comment.