Skip to content

Commit

Permalink
Merge pull request #84 from nebulabroadcast/83-improve-default-folder…
Browse files Browse the repository at this point in the history
…-names

Renamed serie/series folders
  • Loading branch information
martastain authored Oct 19, 2024
2 parents e88ec15 + e868a12 commit 719b97e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/setup/defaults/folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
),
FolderSettings(
id=2,
name="Serie",
name="Episode",
color="#0397bb",
fields=[
*primary_description,
Expand Down Expand Up @@ -183,7 +183,7 @@
),
FolderSettings(
id=13,
name="Series",
name="Serie",
color="#a0aac5",
fields=[
*primary_description,
Expand Down

0 comments on commit 719b97e

Please sign in to comment.