6 lines
119 B
Rust
6 lines
119 B
Rust
use crate::define_variable;
|
|
|
|
define_variable! {
|
|
pub static CURRENTMEDIADURATION: String = "CurrentMediaDuration"
|
|
}
|