diff options
Diffstat (limited to '')
-rw-r--r-- | posts/debug-ncmpcpp-taglib.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/debug-ncmpcpp-taglib.md b/posts/debug-ncmpcpp-taglib.md index 0291190..45dbda4 100644 --- a/posts/debug-ncmpcpp-taglib.md +++ b/posts/debug-ncmpcpp-taglib.md @@ -28,7 +28,7 @@ to my to-do list. Today I decided to look into this finally. First stop: the `ncmpcpp(1)` source code. I already knew that it used `taglib` to access and modify Vorbis comments, so I quickly found the [part of the -code](https://github.com/arybczak/ncmpcpp/blob/master/src/tags.cpp#L173) +code](https://github.com/arybczak/ncmpcpp/blob/31ee76e8eee0cdc953f85d6c9369fb0aca010889/src/tags.cpp#L173-L199) that was responsible for saving changes: ```cpp |