Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolesUC committed Feb 21, 2023
1 parent 60bab92 commit 99eadc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/berkeley_library/av/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def alma_permalink_base_uri
primo_permalink_base_uri_for(alma_primo_host, alma_institution_code, alma_permalink_key)
end

# TODO: is this needed?
def avplayer_base_uri
@avplayer_base_uri ||= uri_from_rails_config(:avplayer_base_uri)
end
Expand Down
1 change: 1 addition & 0 deletions lib/berkeley_library/av/record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def type_label
end
end

# TODO: is this needed?
def player_uri
@player_uri ||= URIs.append(AV::Config.avplayer_base_uri, collection, record_id)
end
Expand Down

0 comments on commit 99eadc6

Please sign in to comment.