common/types: flatten to types
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use crate::{
|
||||
DbSongInfo, Priority, SongId, SongPosition,
|
||||
commands::{Command, CommandRequest, CommandResponse, RequestParserError, ResponseParserError},
|
||||
common::types::{PlaylistVersion, WindowRange},
|
||||
request_tokenizer::RequestTokenizer,
|
||||
response_tokenizer::ResponseAttributes,
|
||||
types::{DbSongInfo, PlaylistVersion, Priority, SongId, SongPosition, WindowRange},
|
||||
};
|
||||
|
||||
pub struct PlChanges;
|
||||
|
||||
Reference in New Issue
Block a user