mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
✨ Allow opening media requests links in external host (#824)
* Allow opening media requests links in external host * Removed useless translation files * Restored translations * 🌐 Add missing translation --------- Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
This commit is contained in:
@@ -24,7 +24,12 @@ import { MediaRequest, MediaRequestStatus } from './media-request-types';
|
||||
const definition = defineWidget({
|
||||
id: 'media-requests-list',
|
||||
icon: IconGitPullRequest,
|
||||
options: {},
|
||||
options: {
|
||||
replaceLinksWithExternalHost: {
|
||||
type: 'switch',
|
||||
defaultValue: true,
|
||||
},
|
||||
},
|
||||
component: MediaRequestListTile,
|
||||
gridstack: {
|
||||
minWidth: 3,
|
||||
|
||||
Reference in New Issue
Block a user