Browse Source

Don't delete seek_time

Samuel W. Flint 1 năm trước cách đây
mục cha
commit
bad6bd4665
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      pod

+ 0 - 2
pod

@@ -133,11 +133,9 @@ case "$CMD" in
         if [ $# -lt 1 ] ; then
             FILE=$(get_cur_file)
             git_annex_wrap metadata -s tag=listened $FILE
-            git_annex_wrap metadata -r seek_time $FILE
         else
             for FILE in $* ; do
                 git_annex_wrap metadata -s tag=listened $FILE
-                git_annex_wrap metadata -r seek_time $FILE
             done
         fi
         exit