aboutsummaryrefslogtreecommitdiff
path: root/src/connection.rs
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-06-12 15:06:06 +0530
committerkrolxon <krolyxon@tutanota.com>2024-06-12 15:06:06 +0530
commit8a8176e97b0b2e78b5c87573aa9598a79984af13 (patch)
tree85cba0c734df96ca8e2ac2bdf913f5d062735340 /src/connection.rs
parenta63845bae8dec8499237c67d9136f89632565bbe (diff)
v0.1.5
Diffstat (limited to 'src/connection.rs')
-rwxr-xr-xsrc/connection.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection.rs b/src/connection.rs
index d3ff3a5..9bfba10 100755
--- a/src/connection.rs
+++ b/src/connection.rs
@@ -5,6 +5,7 @@ use mpd::{Client, State};
use simple_dmenu::dmenu;
use std::time::Duration;
+/// Defines the current status of volume (Muted or UnMuted)
#[derive(Debug)]
pub enum VolumeStatus {
Muted(i8),