fix: add useResourceRefresh hook to AlbumShow, ArtistShow, MissingFilesList, and PlaylistShow components
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { List, SizeField } from '../common/index'
|
||||
import { List, SizeField, useResourceRefresh } from '../common/index'
|
||||
import {
|
||||
Datagrid,
|
||||
DateField,
|
||||
@@ -31,6 +31,7 @@ const MissingPagination = (props) => (
|
||||
)
|
||||
|
||||
const MissingFilesList = (props) => {
|
||||
useResourceRefresh('song')
|
||||
return (
|
||||
<List
|
||||
{...props}
|
||||
|
||||
Reference in New Issue
Block a user