Refactor: move playable models to separate module
This commit is contained in:
@@ -24,7 +24,7 @@ use std::time::{Duration, SystemTime};
|
||||
|
||||
use crate::config;
|
||||
use crate::events::{Event, EventManager};
|
||||
use crate::playable::Playable;
|
||||
use crate::model::playable::Playable;
|
||||
use crate::spotify_api::WebApi;
|
||||
use crate::spotify_worker::{Worker, WorkerCommand};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user