fix type "scan" #38

Merged
artem merged 3 commits from dev into main 2024-02-22 23:37:11 +01:00
Showing only changes of commit d6a1e55e0d - Show all commits

View File

@ -81,13 +81,13 @@ export default {
messageCommands: [ messageCommands: [
{ {
title: "Scan for Music files", title: "Scan for Music files",
subtitle: "Scann your server for music files…", subtitle: "Scan your server for music files…",
icon: "music", icon: "music",
command: "scanMusic", command: "scanMusic",
}, },
{ {
title: "Scan for Video files", title: "Scan for Video files",
subtitle: "Scann your server for video files…", subtitle: "Scan your server for video files…",
icon: "video", icon: "video",
command: "scanVideos", command: "scanVideos",
}, },