+
+
-
{{ bookDuration }}
+
{{ bookDuration }}
+
+
+
\ No newline at end of file
diff --git a/client/store/user.js b/client/store/user.js
index b9bf7c84..67e65a08 100644
--- a/client/store/user.js
+++ b/client/store/user.js
@@ -51,6 +51,9 @@ export const getters = {
if (!state.user) return false
if (getters.getUserCanAccessAllLibraries) return true
return getters.getLibrariesAccessible.includes(libraryId)
+ },
+ getCollection: state => id => {
+ return state.collections.find(c => c.id === id)
}
}
diff --git a/package.json b/package.json
index d3692c81..e0003dfd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
- "version": "1.6.9",
+ "version": "1.6.10",
"description": "Self-hosted audiobook server for managing and playing audiobooks",
"main": "index.js",
"scripts": {