about summary refs log tree commit diff stats
path: root/crates/yt/src/storage/db/get/mod.rs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-24 16:01:21 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-07-24 16:03:08 +0200
commitf6eb32ae50a21d0d3b0ed0e992f3871d59966743 (patch)
tree0737fb67ffd779fc907a74d0788ea90e64f20c36 /crates/yt/src/storage/db/get/mod.rs
parentfeat(crates/yt/commands/watch/mpv_commands): Hook-up the new show commands (diff)
downloadyt-f6eb32ae50a21d0d3b0ed0e992f3871d59966743.zip
feat(crates/yt/storage/db/insert): Track all inserted operations
Diffstat (limited to 'crates/yt/src/storage/db/get/mod.rs')
-rw-r--r--crates/yt/src/storage/db/get/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/yt/src/storage/db/get/mod.rs b/crates/yt/src/storage/db/get/mod.rs
index 8ca3075..58f1dd6 100644
--- a/crates/yt/src/storage/db/get/mod.rs
+++ b/crates/yt/src/storage/db/get/mod.rs
@@ -2,3 +2,4 @@ pub(crate) mod subscription;
 pub(crate) mod video;
 pub(crate) mod extractor_hash;
 pub(crate) mod playlist;
+pub(crate) mod txn_log;