Skip to content

Commit

Permalink
fix: defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Dec 8, 2024
1 parent 6a8d0cb commit 4bca5c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/modules/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const defaults = {
font: undefined,
angle: 'default',
toshoURL: SUPPORTS.extensions ? decodeURIComponent(atob('aHR0cHM6Ly9mZWVkLmFuaW1ldG9zaG8ub3JnLw==')) : '',
extensions: SUPPORTS.extensions ? ['anisearch'] : [],
extensions: SUPPORTS.extensions ? ['gh/thaunknown/anisearch'] : [],
sources: {},
enableExternal: false,
playerPath: '',
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Miru",
"version": "5.5.9",
"version": "5.5.10",
"private": true,
"author": "ThaUnknown_ <[email protected]>",
"description": "Stream anime torrents, real-time with no waiting for downloads.",
Expand Down
2 changes: 1 addition & 1 deletion web/src/routes/extensions/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
<hr class='my-20' />
<h3 class='text-white font-weight-bold'>What are some recommended extensions and sources?</h3>
<p>Miru is bring-your-own-content and does not offer anything, however <kbd>anisearch</kbd> is recommended.</p>
<p>Miru is bring-your-own-content and does not offer anything, however <kbd>gh/thaunknown/anisearch</kbd> is recommended.</p>
<hr class='my-20' />
<h3 class='text-white font-weight-bold'>Is there a curated list of extensions and sources?</h3>
<p>No. Miru is not directly associated with any extensions or sources. It's merely a client for streaming one's own media.</p>
Expand Down

0 comments on commit 4bca5c7

Please sign in to comment.