Disable share downloading when EnableDownloads is false.
Fixes https://github.com/navidrome/navidrome/pull/2246#issuecomment-1472341635
This commit is contained in:
@@ -105,7 +105,7 @@ const ShareList = (props) => {
|
||||
<TextField source="description" />
|
||||
{isDesktop && <TextField source="contents" />}
|
||||
{isDesktop && <FormatInfo source="format" />}
|
||||
<BooleanField source="downloadable" />
|
||||
{config.enableDownloads && <BooleanField source="downloadable" />}
|
||||
<NumberField source="visitCount" />
|
||||
{isDesktop && (
|
||||
<DateField source="lastVisitedAt" showTime sortByOrder={'DESC'} />
|
||||
|
||||
Reference in New Issue
Block a user