summaryrefslogtreecommitdiff
path: root/apps/metadata.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.c')
-rw-r--r--apps/metadata.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/metadata.c b/apps/metadata.c
index b995e11d95..a0409a83ac 100644
--- a/apps/metadata.c
+++ b/apps/metadata.c
@@ -394,13 +394,6 @@ bool get_metadata(struct mp3entry* id3, int fd, const char* trackname)
394 } 394 }
395 395
396 /* We have successfully read the metadata from the file */ 396 /* We have successfully read the metadata from the file */
397
398#ifndef __PCTOOL__
399 if (cuesheet_is_enabled() && look_for_cuesheet_file(trackname, NULL))
400 {
401 id3->cuesheet_type = 1;
402 }
403#endif
404 397
405 lseek(fd, 0, SEEK_SET); 398 lseek(fd, 0, SEEK_SET);
406 strlcpy(id3->path, trackname, sizeof(id3->path)); 399 strlcpy(id3->path, trackname, sizeof(id3->path));