DNF Repo Duplication, Not Able to Find Where [SOLVED]

I appreciate any guidance on this, I must not understand correctly how the repos work? I am running Fedora 34 w/ Cinnamon desktop environment.

sudo dnf update complains about this today:

Repository rpmfusion-free is listed more than once in the configuration
Repository rpmfusion-free-updates is listed more than once in the configuration

ls -lah for /etc/yum.repos.d shows this, so where is it listed twice??? Am I missing something? Does the rest of the name of the repo after rpmfusion-free and rpmfusion-free-updates not mean it is a different repo?

drwxr-xr-x. 1 root root 1.1K Sep 23 08:13 .
drwxr-xr-x. 1 root root 5.6K Sep 23 08:14 ..
-rw-r--r--. 1 root root  217 Sep 14 09:21 brave-browser-rpm-release.s3.brave.com_x86_64_.repo
-rw-r--r--. 1 root root  311 Jan 25  2021 _copr_phracek-PyCharm.repo
-rw-r--r--. 1 root root  728 Apr 28 12:31 fedora-cisco-openh264.repo
-rw-r--r--. 1 root root 1.3K Apr 28 12:31 fedora-modular.repo
-rw-r--r--. 1 root root 1.3K Apr 28 12:31 fedora.repo
-rw-r--r--. 1 root root 1.4K Apr 28 12:31 fedora-updates-modular.repo
-rw-r--r--. 1 root root 1.3K Apr 28 12:31 fedora-updates.repo
-rw-r--r--. 1 root root 1.4K Apr 28 12:31 fedora-updates-testing-modular.repo
-rw-r--r--. 1 root root 1.4K Apr 28 12:31 fedora-updates-testing.repo
-rw-r--r--. 1 root root  217 Jan 25  2021 google-chrome.repo
-rw-r--r--. 1 root root  943 Sep 23 08:13 iridium-browser.repo
-rw-r--r--. 1 root root 1.3K Apr 24 05:25 rpmfusion-free.repo
-rw-r--r--. 1 root root 1.3K Apr 24 05:25 rpmfusion-free-tainted.repo
-rw-r--r--. 1 root root 1.3K Apr 24 05:25 rpmfusion-free-updates.repo
-rw-r--r--. 1 root root 1.3K Apr 24 05:25 rpmfusion-free-updates-testing.repo
-rw-r--r--. 1 root root 1.3K Apr 24 05:52 rpmfusion-nonfree.repo
-rw-r--r--. 1 root root 1.4K Jan 25  2021 rpmfusion-nonfree-steam.repo
-rw-r--r--. 1 root root 1.3K Apr 24 05:52 rpmfusion-nonfree-updates.repo
-rw-r--r--. 1 root root 1.4K Apr 24 05:52 rpmfusion-nonfree-updates-testing.repo
-rw-r--r--. 1 root root  156 Sep 11 09:21 vivaldi.repo

rpmfusion-free and rpmfusion-free-updates was listed inside the .repo file for the latest repo I added, along with the repo for the package. I removed those two and all working now.

3 Likes