adding base for drag n drop
This commit is contained in:
parent
f79e61f2ed
commit
1ce365fc04
8 changed files with 139 additions and 49 deletions
|
@ -44,6 +44,10 @@ impl Content for Song {
|
|||
fn kind(&self) -> ServiceItemKind {
|
||||
ServiceItemKind::Song(self.clone())
|
||||
}
|
||||
|
||||
fn to_service_item(&self) -> super::service_items::ServiceItem {
|
||||
self.into()
|
||||
}
|
||||
}
|
||||
|
||||
impl ServiceTrait for Song {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue