fix: add useResourceRefresh hook to AlbumShow, ArtistShow, MissingFilesList, and PlaylistShow components

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2025-05-23 00:02:42 -04:00
parent 3ccc02f375
commit 9dd050c377
4 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -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}