Mount point and minidlna

Hi there,

I try to set up minidlna and mount point on my new router, usually it is working directly, here what I've done:

first I did the procedure:
https://openwrt.org/docs/guide-user/storage/usb-drives-quickstart#procedure

and you can see my fstab and minidlna, and also I send a pic and video on my usb drive and I can't see it from minidlna.

cat /etc/config/fstab

config global
	option anon_swap '0'
	option anon_mount '1'
	option auto_swap '1'
	option auto_mount '1'
	option delay_root '5'
	option check_fs '0'

config mount
	option target '/overlay'
	option uuid 'd9d1580f-c941-439f-a1bb-c56a4abe3398'
	option enabled '1'

config mount
	option target '/rom'
	option uuid 'd74d631c-75d7ed30-fff12190-96f8fbc1'
	option enabled '0'

config mount
	option target '/mnt/sda1'
	option uuid 'bed9a1b8-e666-461f-b1fb-e326bdd29266'
	option enabled '1'

cat /etc/config/minidlna

config minidlna 'config'
	option user 'minidlna'
	option port '8200'
	option interface 'br-lan'
	option friendly_name 'OpenWrt DLNA Server'
	option db_dir '/var/run/minidlna'
	option inotify '1'
	option notify_interval '900'
	option serial '12345678'
	option model_number '1'
	option root_container '.'
	option album_art_names 'Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg'
	option uuid 'bed9a1b8-e666-461f-b1fb-e326bdd29266'
	list media_dir '/mnt/sda1'
	option enabled '1'

advice or do you see some errors?
thanks

Nobody?

Thanks