mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 22:04:08 +02:00
MediaItemHistory and history page
This commit is contained in:
@@ -86,6 +86,10 @@ class DbService {
|
||||
updateDeviceSettings(payload) {
|
||||
return AbsDatabase.updateDeviceSettings(payload)
|
||||
}
|
||||
|
||||
getMediaItemHistory(mediaId) {
|
||||
return AbsDatabase.getMediaItemHistory({ mediaId })
|
||||
}
|
||||
}
|
||||
|
||||
export default ({ app, store }, inject) => {
|
||||
|
||||
Reference in New Issue
Block a user