Hi guys,
I noticed that after installing LibreElec's update 8.1.2, I lost access to these two folders that I had previously added to the samba.conf file:
/storage
/storage/.kodi/
I immediately checked my samba.conf file (/storage/.config/samba.conf) and these two locations are still there as follows:
[Storage]
path = /storage
available = yes
browsable = yes
public = yes
writable = yes
root preexec = mkdir -p /storage
[Kodi]
path = /storage/.kodi
available = yes
browsable = yes
public = yes
writable = yes
root preexec = mkdir -p /storage/.kodi
Can someone please advise, what am I missing?