소스 검색

Don't delete seek_time

Samuel W. Flint 1 년 전
부모
커밋
bad6bd4665
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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