diff options
author | John Ankarström <john@ankarstrom.se> | 2022-04-23 13:40:33 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-04-23 13:40:33 +0200 |
commit | a3679c7efce6d20fd035b14ef201b3e89a974946 (patch) | |
tree | 1ee927a40fa4723df0a370eb00bf575e07a86393 /pl | |
parent | e4a169261f33557e5e38f3eb79c7ba8ee7603208 (diff) | |
download | EpisodeBrowser-a3679c7efce6d20fd035b14ef201b3e89a974946.tar.gz |
Add File > Fetch.
Diffstat (limited to 'pl')
-rw-r--r-- | pl/episode_data.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pl/episode_data.pl b/pl/episode_data.pl index 11bc22a..63a54ed 100644 --- a/pl/episode_data.pl +++ b/pl/episode_data.pl @@ -1,4 +1,5 @@ :- module(episode_data, [ensure_episode_data/0, + fetch_episode_data/0, retract_episode/1, episode_count/1, rate_episode/2, |