diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 16:01:21 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-24 16:03:08 +0200 |
commit | f6eb32ae50a21d0d3b0ed0e992f3871d59966743 (patch) | |
tree | 0737fb67ffd779fc907a74d0788ea90e64f20c36 /crates/yt/src/storage/db/get/mod.rs | |
parent | feat(crates/yt/commands/watch/mpv_commands): Hook-up the new show commands (diff) | |
download | yt-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.rs | 1 |
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; |