Skip to content

Commit

Permalink
Add lithuanian, close #30
Browse files Browse the repository at this point in the history
  • Loading branch information
arvida42 committed Oct 28, 2024
1 parent 98b649c commit c8e7641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jackettio",
"version": "1.5.0",
"version": "1.5.1",
"description": "Jackett and Debrid on Stremio",
"main": "src/index.js",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions src/lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export default {
{value: 'french', emoji: '🇫🇷', iso639: 'fr', pattern: 'fre(nch)?'},
{value: 'dutch', emoji: '🇳🇱', iso639: 'nl', pattern: 'dutch'},
{value: 'italian', emoji: '🇮🇹', iso639: 'it', pattern: 'ita(lian)?'},
{value: 'lithuanian', emoji: '🇱🇹', iso639: 'lt', pattern: 'lithuanian'},
{value: 'korean', emoji: '🇰🇷', iso639: 'ko', pattern: 'korean'},
{value: 'portuguese', emoji: '🇵🇹', iso639: 'pt', pattern: 'portuguese'},
{value: 'russian', emoji: '🇷🇺', iso639: 'ru', pattern: 'rus(sian)?'},
Expand Down

0 comments on commit c8e7641

Please sign in to comment.