Add "sound" and "volume" tags to music plugin (#10199)
This commit is contained in:
committed by
Tomas Slusny
parent
71e5480524
commit
dad19290d9
@@ -70,7 +70,8 @@ import net.runelite.client.plugins.PluginDescriptor;
|
|||||||
|
|
||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Music",
|
name = "Music",
|
||||||
description = "Adds search and filter for the music list, and additional volume control"
|
description = "Adds search and filter for the music list, and additional volume control",
|
||||||
|
tags = {"sound", "volume"}
|
||||||
)
|
)
|
||||||
public class MusicPlugin extends Plugin
|
public class MusicPlugin extends Plugin
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user