fix type "scan"
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Artem Anufrij 2024-02-22 22:07:05 +01:00
parent 37e4856cdc
commit d6a1e55e0d

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",
}, },