[rygel] LMS: Mark database read-only
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] LMS: Mark database read-only
- Date: Sun, 21 Feb 2016 11:55:19 +0000 (UTC)
commit 570680216707b8e26e425e4e4c756751ad6e72b9
Author: Jens Georg <mail jensge org>
Date: Fri Feb 19 22:11:54 2016 +0100
LMS: Mark database read-only
Signed-off-by: Jens Georg <mail jensge org>
src/plugins/lms/rygel-lms-database.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/lms/rygel-lms-database.vala b/src/plugins/lms/rygel-lms-database.vala
index 1847e34..0b050c4 100644
--- a/src/plugins/lms/rygel-lms-database.vala
+++ b/src/plugins/lms/rygel-lms-database.vala
@@ -35,7 +35,7 @@ public class Rygel.LMS.Database : Rygel.Database.Database, Initable {
private uint64 update_id;
public Database () throws DatabaseError, Error {
- Object (name: ":memory:");
+ Object (name: ":memory:", flags : Rygel.Database.Flags.READ_ONLY);
init ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]