diff --git a/core.py b/core.py
index 97c7c5e..1372c33 100755
--- a/core.py
+++ b/core.py
@@ -466,7 +466,8 @@ def print_files(path, c_word, naming_rule, part, cn_sub, json_data, filepath, fa
print(" " + number + "", file=code)
print(" " + release + "", file=code)
print(" " + cover + "", file=code)
- print(" " + trailer + "", file=code)
+ if config.Config().is_trailer():
+ print(" " + trailer + "", file=code)
print(" " + website + "", file=code)
print("", file=code)
print("[+]Wrote! " + path + "/" + number + part + c_word + ".nfo")